Skip to content

Commit f10204e

Browse files
committed
Update to JUnit 5.13.0
1 parent cbfe9ff commit f10204e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
object libs {
44
object versions {
55
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"
6+
const val junitJupiter = "5.13.0"
7+
const val junitVintage = "5.13.0"
8+
const val junitPlatform = "1.13.0"
99

1010
const val composeBom = "2025.03.00"
1111
const val androidXMultidex = "2.0.1"

0 commit comments

Comments
 (0)