Skip to content

Commit c6e76b4

Browse files
dependabot-preview[bot]rnorth
authored andcommitted
Bump cucumber-junit from 4.7.4 to 4.8.0 in /examples (#1973)
Bumps [cucumber-junit](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 69cd9eb commit c6e76b4

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
@@ -11,6 +11,6 @@ dependencies {
1111
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
1212
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.14.0'
1313
implementation 'io.cucumber:cucumber-java:4.7.4'
14-
testImplementation 'io.cucumber:cucumber-junit:4.7.4'
14+
testImplementation 'io.cucumber:cucumber-junit:4.8.0'
1515
testImplementation 'org.testcontainers:selenium'
1616
}

0 commit comments

Comments
 (0)