Skip to content

Commit 7501244

Browse files
dependabot[bot]rnorth
authored andcommitted
Bump cucumber-java from 2.3.1 to 4.3.0 in /examples (testcontainers#1394)
* Bump cucumber-java from 2.3.1 to 4.3.0 in /examples Bumps [cucumber-java](https://github.com/cucumber/cucumber-jvm) from 2.3.1 to 4.3.0. - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v2.3.1...v4.3.0) Signed-off-by: dependabot[bot] <[email protected]> * Bump cucumber libs together for compatibility
1 parent 3b9e61e commit 7501244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cucumber/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.14.0'
1111
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.14.0'
1212
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.14.0'
13-
implementation 'io.cucumber:cucumber-java:2.3.1'
14-
testImplementation 'io.cucumber:cucumber-junit:2.3.1'
13+
implementation 'io.cucumber:cucumber-java:4.3.0'
14+
testImplementation 'io.cucumber:cucumber-junit:4.3.0'
1515
testImplementation 'org.testcontainers:selenium'
1616
}

0 commit comments

Comments
 (0)