We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e1f9a commit ff09997Copy full SHA for ff09997
1 file changed
build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
testRuntimeOnly(it) {
46
version {
47
strictly("[1.7,2)")
48
- prefer("1.8.1")
+ prefer("1.8.2")
49
}
50
51
@@ -89,8 +89,8 @@ val dependencyVersions = listOf(
89
)
90
91
val dependencyGroupVersions = mapOf(
92
- "org.junit.jupiter" to "5.8.1",
93
- "org.junit.platform" to "1.8.1"
+ "org.junit.jupiter" to "5.8.2",
+ "org.junit.platform" to "1.8.2"
94
95
96
configurations.all {
0 commit comments