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 09e70d5 commit a3c2315Copy full SHA for a3c2315
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.25.0")
+ testImplementation("io.cucumber:cucumber-java:7.26.0")
25
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.3")
26
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
27
}
0 commit comments