Skip to content

Commit

Permalink
Merge pull request #505 from yuzawa-san/dependabot/gradle/io.cucumber…
Browse files Browse the repository at this point in the history
…-cucumber-bom-7.16.1

Bump io.cucumber:cucumber-bom from 7.15.0 to 7.16.1
  • Loading branch information
yuzawa-san authored Apr 1, 2024
2 parents 9959827 + d57b3a4 commit 8733102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'com.google.jimfs:jimfs:1.3.0'
testImplementation(platform('io.cucumber:cucumber-bom:7.15.0'))
testImplementation(platform('io.cucumber:cucumber-bom:7.16.1'))
testImplementation 'io.cucumber:cucumber-java'
testImplementation 'io.cucumber:cucumber-spring'
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
Expand Down

0 comments on commit 8733102

Please sign in to comment.