We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f710638 commit c6db568Copy full SHA for c6db568
build.gradle.kts
@@ -19,7 +19,7 @@ repositories {
19
20
dependencies {
21
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
22
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
23
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
24
25
testImplementation("org.scalatest:scalatest_3:3.2.17")
0 commit comments