Skip to content

Commit 10fc992

Browse files
fix(deps): update all patch versions
1 parent 4473998 commit 10fc992

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# uploads of run results in SARIF format to the repository Actions tab.
3434
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3535
- name: "Upload artifact"
36-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
36+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3737
with:
3838
name: SARIF file
3939
path: results.sarif

demo-app/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opentelemetry = "1.61.0"
33
opentelemetry-alpha = "1.61.0-alpha"
44
junit = "6.0.3"
55
spotless = "8.4.0"
6-
kotlin = "2.3.10"
6+
kotlin = "2.3.20"
77
navigation-compose = "2.7.7"
88

99
[libraries]

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ opentelemetry-semconv = "1.40.0"
55
opentelemetry-semconv-alpha = "1.40.0-alpha"
66
opentelemetry-contrib = "1.55.0-alpha"
77
junit = "6.0.3"
8-
byteBuddy = "1.18.8-jdk5"
8+
byteBuddy = "1.18.8"
99
okhttp = "5.3.2"
1010
spotless = "8.4.0"
11-
kotlin = "2.3.10"
12-
androidPlugin = "9.1.0"
11+
kotlin = "2.3.20"
12+
androidPlugin = "9.1.1"
1313
kspPlugin = "2.3.6"
1414
junitKtx = "1.3.0"
1515
autoServiceProcessor = "1.2.0"
@@ -77,7 +77,7 @@ protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin", version.ref
7777

7878
#Compilation tools
7979
desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.5"
80-
nullaway = "com.uber.nullaway:nullaway:0.13.1"
80+
nullaway = "com.uber.nullaway:nullaway:0.13.2"
8181
errorprone-core = "com.google.errorprone:error_prone_core:2.48.0"
8282
spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
8383
errorprone-plugin = "net.ltgt.gradle:gradle-errorprone-plugin:5.1.0"

0 commit comments

Comments
 (0)