Skip to content

Commit

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

Bump io.cucumber:cucumber-bom from 7.14.0 to 7.14.1
  • Loading branch information
yuzawa-san authored Dec 2, 2023
2 parents f490cff + 5a2b73c commit 8000ff5
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.9.1'
testImplementation 'com.google.jimfs:jimfs:1.3.0'
testImplementation(platform('io.cucumber:cucumber-bom:7.14.0'))
testImplementation(platform('io.cucumber:cucumber-bom:7.14.1'))
testImplementation 'io.cucumber:cucumber-java'
testImplementation 'io.cucumber:cucumber-spring'
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
Expand Down

0 comments on commit 8000ff5

Please sign in to comment.