Skip to content

Commit

Permalink
bump cucumber -> 7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jactor-rises committed Jan 11, 2024
1 parent 72a3805 commit 4c14fe0
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.14.1")
testImplementation("io.cucumber:cucumber-java8:7.14.1")
testImplementation("io.cucumber:cucumber-junit-platform-engine:7.14.1")
testImplementation("io.cucumber:cucumber-spring:7.14.1")
testImplementation("io.cucumber:cucumber-java:7.15.0")
testImplementation("io.cucumber:cucumber-java8:7.15.0")
testImplementation("io.cucumber:cucumber-junit-platform-engine:7.15.0")
testImplementation("io.cucumber:cucumber-spring:7.15.0")
}

tasks {
Expand Down

0 comments on commit 4c14fe0

Please sign in to comment.