Skip to content

Commit 53556cb

Browse files
committed
Update junit* dependency enforcments (jupiter 5.9.3, platform 1.9.3)
1 parent cf149c7 commit 53556cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ val dependencyVersions = listOf(
8888
)
8989

9090
val dependencyGroupVersions = mapOf(
91-
"org.junit.jupiter" to "5.9.1",
92-
"org.junit.platform" to "1.9.1",
91+
"org.junit.jupiter" to "5.9.3",
92+
"org.junit.platform" to "1.9.3",
9393
)
9494

9595
configurations.all {

0 commit comments

Comments
 (0)