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