Skip to content

Commit

Permalink
Merge pull request #83 from eaneto/dependabot/gradle/io.cucumber-cucu…
Browse files Browse the repository at this point in the history
…mber-java-7.18.1

Bump io.cucumber:cucumber-java from 7.18.0 to 7.18.1
  • Loading branch information
eaneto committed Jul 28, 2024
2 parents 8fc269c + 7ff8975 commit 2f7a4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
testImplementation("io.cucumber:cucumber-java:7.18.0")
testImplementation("io.cucumber:cucumber-java:7.18.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
}

Expand Down

0 comments on commit 2f7a4cc

Please sign in to comment.