Skip to content

Commit ce07415

Browse files
committed
Bump enforced junit.platform dependency version
1 parent cebeba2 commit ce07415

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.3"
33+
"org.junit.platform" to "1.10.0",
3434
)
3535

3636
subprojects {

0 commit comments

Comments
 (0)