Skip to content

Commit 91c718d

Browse files
Bump cucumber-junit from 6.2.2 to 6.4.0 in /examples (#3109)
Bumps [cucumber-junit](https://github.com/cucumber/cucumber-jvm) from 6.2.2 to 6.4.0. - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v6.2.2...v6.4.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36f9e2b commit 91c718d

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.141.59'
1313
testImplementation 'io.cucumber:cucumber-java:6.2.2'
14-
testImplementation 'io.cucumber:cucumber-junit:6.2.2'
14+
testImplementation 'io.cucumber:cucumber-junit:6.4.0'
1515
testImplementation 'org.testcontainers:selenium'
1616
}

0 commit comments

Comments
 (0)