Skip to content

Commit f41c708

Browse files
committed
Enforce org.junit.platform:*:1.9.3
1 parent 8e307c1 commit f41c708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ val dependencyVersions = listOf(
3030
)
3131

3232
val dependencyVersionsByGroup = mapOf(
33-
"org.junit.platform" to "1.9.1"
33+
"org.junit.platform" to "1.9.3"
3434
)
3535

3636
subprojects {

0 commit comments

Comments
 (0)