Skip to content

Commit 0cd0112

Browse files
Merge pull request #1505 from square/codex/low-risk-renovate-updates
[codex] Update low-risk dependency versions
2 parents 98d00ab + acadeae commit 0cd0112

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

dependencies/classpath.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ com.google.code.findbugs:jsr305:3.0.2
6060
com.google.code.gson:gson:2.11.0
6161
com.google.crypto.tink:tink:1.7.0
6262
com.google.dagger:dagger:2.28.3
63-
com.google.devtools.ksp:symbol-processing-api:2.3.6
64-
com.google.devtools.ksp:symbol-processing-common-deps:2.3.6
65-
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.6
63+
com.google.devtools.ksp:symbol-processing-api:2.3.7
64+
com.google.devtools.ksp:symbol-processing-common-deps:2.3.7
65+
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.7
6666
com.google.errorprone:error_prone_annotations:2.30.0
6767
com.google.flatbuffers:flatbuffers-java:1.12.0
6868
com.google.guava:failureaccess:1.0.2

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jdk-target = "1.8"
1010
jdk-toolchain = "17"
1111

1212
androidx-activity = "1.8.2"
13-
androidx-appcompat = "1.7.0"
13+
androidx-appcompat = "1.7.1"
1414
androidx-benchmark = "1.3.4"
1515
androidx-cardview = "1.0.0"
1616
androidx-collection = "1.5.0"
1717
# see https://developer.android.com/jetpack/compose/bom/bom-mapping
1818
androidx-compose-bom = "2025.03.01"
19-
androidx-constraintlayout = "2.1.4"
19+
androidx-constraintlayout = "2.2.1"
2020
androidx-core = "1.13.1"
2121
androidx-fragment = "1.8.5"
2222
androidx-gridlayout = "1.0.0"
@@ -47,7 +47,7 @@ filekit-dialogs-compose = "0.10.0-beta03"
4747

4848
google-accompanist = "0.18.0"
4949
google-dagger = "2.40.5"
50-
google-ksp = "2.3.6"
50+
google-ksp = "2.3.7"
5151
google-material = "1.4.0"
5252

5353
groovy = "3.0.9"

samples/tutorial/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ buildscript {
1717
deps = [
1818
activityktx: 'androidx.activity:activity-ktx:1.8.2',
1919
agp: "com.android.tools.build:gradle:8.11.1",
20-
appcompat: 'androidx.appcompat:appcompat:1.7.0',
21-
constraintlayout: 'androidx.constraintlayout:constraintlayout:2.1.4',
20+
appcompat: 'androidx.appcompat:appcompat:1.7.1',
21+
constraintlayout: 'androidx.constraintlayout:constraintlayout:2.2.1',
2222
kotlin: [
2323
plugin: "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version",
2424
stdlib: "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version",

0 commit comments

Comments
 (0)