Skip to content

Commit 9c80bd2

Browse files
committed
JUnit 5.11.3
1 parent 84a2979 commit 9c80bd2

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 = "1.9.25"
6-
const val junitJupiter = "5.11.2"
7-
const val junitVintage = "5.11.2"
8-
const val junitPlatform = "1.11.2"
6+
const val junitJupiter = "5.11.3"
7+
const val junitVintage = "5.11.3"
8+
const val junitPlatform = "1.11.3"
99

1010
const val composeBom = "2024.09.00"
1111
const val androidXTestAnnotation = "1.0.1"

0 commit comments

Comments
 (0)