Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/examples/io.cu…
Browse files Browse the repository at this point in the history
…cumber-cucumber-bom-7.13.0' into combined-pr-branch
  • Loading branch information
eddumelendez committed Aug 2, 2023
2 parents 6815525 + 7177abb commit c102aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation 'org.seleniumhq.selenium:selenium-firefox-driver'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver'

testImplementation platform('io.cucumber:cucumber-bom:7.12.1')
testImplementation platform('io.cucumber:cucumber-bom:7.13.0')
testImplementation 'io.cucumber:cucumber-java'
testImplementation 'io.cucumber:cucumber-junit'
testImplementation 'org.testcontainers:selenium'
Expand Down

0 comments on commit c102aaf

Please sign in to comment.