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 cfa5ff7 commit bfd50b1Copy full SHA for bfd50b1
build.gradle.kts
@@ -65,7 +65,7 @@ dependencies {
65
testImplementation("org.awaitility:awaitility:4.2.0")
66
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
67
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
68
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
69
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.1")
70
}
71
0 commit comments