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 a3c2315 commit 33c0b86Copy full SHA for 33c0b86
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.26.0")
+ testImplementation("io.cucumber:cucumber-java:7.27.0")
25
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.3")
26
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
27
}
0 commit comments