Skip to content

Commit

Permalink
Update cucumber version to 7.12.0 (#7144)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jun 6, 2023
1 parent 8bb1c45 commit d89ce98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
testImplementation 'io.cucumber:cucumber-java:7.11.1'
testImplementation 'io.cucumber:cucumber-junit:7.11.1'
testImplementation 'io.cucumber:cucumber-java:7.12.0'
testImplementation 'io.cucumber:cucumber-junit:7.12.0'
testImplementation 'org.testcontainers:selenium'
testImplementation 'org.assertj:assertj-core:3.24.2'
}

0 comments on commit d89ce98

Please sign in to comment.