We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85529da commit 8177294Copy full SHA for 8177294
1 file changed
build.gradle.kts
@@ -92,8 +92,8 @@ val dependencyVersions = listOf(
92
)
93
94
val dependencyGroupVersions = mapOf(
95
- "org.junit.jupiter" to "5.10.2",
96
- "org.junit.platform" to "1.10.2",
+ "org.junit.jupiter" to "5.11.0",
+ "org.junit.platform" to "1.11.0",
97
98
99
configurations.all {
0 commit comments