Skip to content

Commit e36ec2b

Browse files
dependabot-preview[bot]rnorth
authored andcommitted
Bump cucumber-java from 4.7.4 to 4.8.0 in /examples (#1974)
Bumps [cucumber-java](https://github.com/cucumber/cucumber-jvm) from 4.7.4 to 4.8.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@v4.7.4...v4.8.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 3bff1d0 commit e36ec2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cucumber/build.gradle

Lines changed: 1 addition & 1 deletion
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.141.59'
1212
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.14.0'
13-
implementation 'io.cucumber:cucumber-java:4.7.4'
13+
implementation 'io.cucumber:cucumber-java:4.8.0'
1414
testImplementation 'io.cucumber:cucumber-junit:4.8.0'
1515
testImplementation 'org.testcontainers:selenium'
1616
}

0 commit comments

Comments
 (0)