Skip to content

Commit ba8a5bf

Browse files
committed
Update to JUnit 5.13 and Kotlin 2.x
1 parent bff31b0 commit ba8a5bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

33
object libs {
44
object versions {
5-
const val kotlin = "1.9.25" // Can only once minimum supported AGP is >= 8.2
6-
const val junitJupiter = "5.12.2"
7-
const val junitVintage = "5.12.2"
8-
const val junitPlatform = "1.12.2"
5+
const val kotlin = "2.1.21"
6+
const val junitJupiter = "5.13.0-RC1"
7+
const val junitVintage = "5.13.0-RC1"
8+
const val junitPlatform = "1.13.0-RC1"
99

1010
const val composeBom = "2025.03.00"
1111
const val androidXMultidex = "2.0.1"
@@ -17,7 +17,7 @@ object libs {
1717

1818
const val activityCompose = "1.10.1"
1919
const val apiGuardian = "1.1.2"
20-
const val coroutines = "1.8.1" // Can only update once minimum supported AGP is >= 8.2
20+
const val coroutines = "1.10.2"
2121
const val dokka = "2.0.0"
2222
const val espresso = "3.6.1"
2323
const val javaSemver = "0.10.2"

0 commit comments

Comments
 (0)