Skip to content

Commit

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

Bump io.cucumber:cucumber-bom from 7.11.1 to 7.14.0
  • Loading branch information
yuzawa-san authored Nov 3, 2023
2 parents 992bda3 + c2b7d06 commit cf0e994
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.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
testImplementation 'com.google.jimfs:jimfs:1.3.0'
testImplementation(platform('io.cucumber:cucumber-bom:7.11.1'))
testImplementation(platform('io.cucumber:cucumber-bom:7.14.0'))
testImplementation 'io.cucumber:cucumber-java'
testImplementation 'io.cucumber:cucumber-spring'
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
Expand Down

0 comments on commit cf0e994

Please sign in to comment.