Skip to content

Commit 2b4532b

Browse files
fix(deps): update all patch versions
1 parent 0671308 commit 2b4532b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
41+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
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
5454

5555
- name: Perform CodeQL analysis
56-
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
56+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
45+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
4646
with:
4747
sarif_file: results.sarif

demo-app/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin = "2.1.21"
77
navigation-compose = "2.7.7"
88

99
[libraries]
10-
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
10+
androidx-appcompat = "androidx.appcompat:appcompat:1.7.1"
1111
opentelemetry-exporter-otlp = { module = "io.opentelemetry:opentelemetry-exporter-otlp", version.ref = "opentelemetry" }
1212
opentelemetry-api-incubator = { module = "io.opentelemetry:opentelemetry-api-incubator", version.ref = "opentelemetry-alpha" }
1313
gson = "com.google.code.gson:gson:2.13.1"
@@ -23,7 +23,7 @@ desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.5"
2323

2424
# demo-app
2525
androidx-core-ktx = "androidx.core:core-ktx:1.16.0"
26-
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.9.0"
26+
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.9.1"
2727
androidx-compose-bom = "androidx.compose:compose-bom:2025.05.01"
2828
androidx-activity-compose = "androidx.activity:activity-compose:1.10.1"
2929
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
@@ -34,8 +34,8 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
3434
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
3535
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.1" }
3636
material = { group = "com.google.android.material", name = "material", version = "1.12.0" }
37-
androidx-lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version = "2.9.0" }
38-
androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.9.0" }
37+
androidx-lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version = "2.9.1" }
38+
androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.9.1" }
3939
androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation-compose" }
4040
androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigation-compose" }
4141
androidx-navigation-compose = {group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation-compose"}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ androidx-navigation-fragment = { group = "androidx.navigation", name = "navigati
2222
androidx-navigation-runtime-ktx = { group = "androidx.navigation", name = "navigation-runtime-ktx", version.ref = "androidx-navigation" }
2323
androidx-core = "androidx.core:core:1.16.0"
2424
androidx-annotation = "androidx.annotation:annotation:1.9.1"
25-
androidx-lifecycle-process = "androidx.lifecycle:lifecycle-process:2.9.0"
25+
androidx-lifecycle-process = "androidx.lifecycle:lifecycle-process:2.9.1"
2626
androidx-preference-ktx = "androidx.preference:preference-ktx:1.2.1"
2727
findbugs-jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
2828
byteBuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byteBuddy" }

0 commit comments

Comments
 (0)