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