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 97cac63 commit 9bedfa5Copy full SHA for 9bedfa5
build.gradle.kts
@@ -22,7 +22,7 @@ repositories {
22
dependencies {
23
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
24
testImplementation("io.cucumber:cucumber-java:7.23.0")
25
- testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.0")
26
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
27
}
28
0 commit comments