Skip to content

Commit 7168bd3

Browse files
fix(deps): update all patch versions (#1676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b808561 commit 7168bd3

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: touch demo-app/local.properties
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
41+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4242
with:
4343
languages: java, actions
4444
# using "linked" helps to keep up with the latest Kotlin support
@@ -53,7 +53,7 @@ jobs:
5353
run: ./gradlew assemble --no-build-cache --no-daemon --stacktrace
5454

5555
- name: Perform CodeQL analysis
56-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
56+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5757

5858
- name: Enable KVM for Android tests
5959
run: |

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
45+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4646
with:
4747
sarif_file: 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ 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"
11+
kotlin = "2.3.20"
1212
androidPlugin = "9.1.1"
1313
kspPlugin = "2.3.6"
1414
junitKtx = "1.3.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.2"
80+
nullaway = "com.uber.nullaway:nullaway:0.13.3"
8181
errorprone-core = "com.google.errorprone:error_prone_core:2.49.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)