Skip to content

Commit ff09997

Browse files
committed
bump org.junit.jupiter, org.junit.platform
1 parent 30e1f9a commit ff09997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testRuntimeOnly(it) {
4646
version {
4747
strictly("[1.7,2)")
48-
prefer("1.8.1")
48+
prefer("1.8.2")
4949
}
5050
}
5151
}
@@ -89,8 +89,8 @@ val dependencyVersions = listOf(
8989
)
9090

9191
val dependencyGroupVersions = mapOf(
92-
"org.junit.jupiter" to "5.8.1",
93-
"org.junit.platform" to "1.8.1"
92+
"org.junit.jupiter" to "5.8.2",
93+
"org.junit.platform" to "1.8.2"
9494
)
9595

9696
configurations.all {

0 commit comments

Comments
 (0)