Skip to content

Commit

Permalink
bump cucumber -> 7.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jactor-rises committed May 22, 2024
1 parent b9df920 commit 74aaf16
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")

// cucumber
testImplementation("io.cucumber:cucumber-java:7.17.0")
testImplementation("io.cucumber:cucumber-java8:7.17.0")
testImplementation("io.cucumber:cucumber-junit-platform-engine:7.17.0")
testImplementation("io.cucumber:cucumber-spring:7.17.0")
testImplementation("io.cucumber:cucumber-java:7.18.0")
testImplementation("io.cucumber:cucumber-java8:7.18.0")
testImplementation("io.cucumber:cucumber-junit-platform-engine:7.18.0")
testImplementation("io.cucumber:cucumber-spring:7.18.0")
}

tasks.compileKotlin {
Expand Down

0 comments on commit 74aaf16

Please sign in to comment.