We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf149c7 commit 53556cbCopy full SHA for 53556cb
1 file changed
build.gradle.kts
@@ -88,8 +88,8 @@ val dependencyVersions = listOf(
88
)
89
90
val dependencyGroupVersions = mapOf(
91
- "org.junit.jupiter" to "5.9.1",
92
- "org.junit.platform" to "1.9.1",
+ "org.junit.jupiter" to "5.9.3",
+ "org.junit.platform" to "1.9.3",
93
94
95
configurations.all {
0 commit comments