Skip to content

Commit 2470de0

Browse files
committed
Update all dependencies except for Kotlin 2.x
1 parent 07ba41b commit 2470de0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build-logic/src/main/kotlin/Dependencies.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22

33
object libs {
44
object versions {
5-
const val kotlin = "1.9.25"
5+
const val kotlin = "1.9.25" // Can only upgrade to Kotlin 2.x once minimum supported AGP is >= 8.2
66
const val junitJupiter = "5.12.0"
77
const val junitVintage = "5.12.0"
88
const val junitPlatform = "1.12.0"
99

10-
const val composeBom = "2024.09.00"
10+
const val composeBom = "2025.03.00"
1111
const val androidXTestAnnotation = "1.0.1"
1212
const val androidXTestCore = "1.6.1"
1313
const val androidXTestMonitor = "1.7.2"
1414
const val androidXTestRunner = "1.6.2"
1515
const val composeCompiler = "1.5.15"
1616

17-
const val activityCompose = "1.9.0"
17+
const val activityCompose = "1.10.1"
1818
const val apiGuardian = "1.1.2"
19-
const val coroutines = "1.8.1"
19+
const val coroutines = "1.10.1"
2020
const val dokka = "1.9.20"
2121
const val espresso = "3.6.1"
2222
const val javaSemver = "0.10.2"
2323
const val junit4 = "4.13.2"
2424
const val konfToml = "1.1.2"
2525
const val korte = "2.4.12"
26-
const val mockitoCore = "5.12.0"
26+
const val mockitoCore = "5.16.0"
2727
const val mockitoKotlin = "5.4.0"
28-
const val robolectric = "4.13"
28+
const val robolectric = "4.14.1"
2929
const val shadow = "8.1.1"
3030
const val truth = "1.4.4"
3131
}

0 commit comments

Comments
 (0)