|
2 | 2 |
|
3 | 3 | object libs { |
4 | 4 | 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 |
6 | 6 | const val junitJupiter = "5.12.0" |
7 | 7 | const val junitVintage = "5.12.0" |
8 | 8 | const val junitPlatform = "1.12.0" |
9 | 9 |
|
10 | | - const val composeBom = "2024.09.00" |
| 10 | + const val composeBom = "2025.03.00" |
11 | 11 | const val androidXTestAnnotation = "1.0.1" |
12 | 12 | const val androidXTestCore = "1.6.1" |
13 | 13 | const val androidXTestMonitor = "1.7.2" |
14 | 14 | const val androidXTestRunner = "1.6.2" |
15 | 15 | const val composeCompiler = "1.5.15" |
16 | 16 |
|
17 | | - const val activityCompose = "1.9.0" |
| 17 | + const val activityCompose = "1.10.1" |
18 | 18 | const val apiGuardian = "1.1.2" |
19 | | - const val coroutines = "1.8.1" |
| 19 | + const val coroutines = "1.10.1" |
20 | 20 | const val dokka = "1.9.20" |
21 | 21 | const val espresso = "3.6.1" |
22 | 22 | const val javaSemver = "0.10.2" |
23 | 23 | const val junit4 = "4.13.2" |
24 | 24 | const val konfToml = "1.1.2" |
25 | 25 | const val korte = "2.4.12" |
26 | | - const val mockitoCore = "5.12.0" |
| 26 | + const val mockitoCore = "5.16.0" |
27 | 27 | const val mockitoKotlin = "5.4.0" |
28 | | - const val robolectric = "4.13" |
| 28 | + const val robolectric = "4.14.1" |
29 | 29 | const val shadow = "8.1.1" |
30 | 30 | const val truth = "1.4.4" |
31 | 31 | } |
|
0 commit comments