Skip to content

Commit 88014b3

Browse files
dependabot[bot]rnorth
authored andcommitted
Bump cucumber-junit from 4.3.0 to 4.3.1 in /examples (#1461)
Bumps [cucumber-junit](https://github.com/cucumber/cucumber-jvm) from 4.3.0 to 4.3.1. - [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.3.0...v4.3.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f1bce9 commit 88014b3

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.14.0'
1212
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.14.0'
1313
implementation 'io.cucumber:cucumber-java:4.3.1'
14-
testImplementation 'io.cucumber:cucumber-junit:4.3.0'
14+
testImplementation 'io.cucumber:cucumber-junit:4.3.1'
1515
testImplementation 'org.testcontainers:selenium'
1616
}

0 commit comments

Comments
 (0)