Skip to content

Commit c5bec3c

Browse files
Bump cucumber-junit from 7.2.2 to 7.2.3 in /examples
Bumps [cucumber-junit](https://github.com/cucumber/cucumber-jvm) from 7.2.2 to 7.2.3. - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.2.2...v7.2.3) --- updated-dependencies: - dependency-name: io.cucumber:cucumber-junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c9ab86 commit c5bec3c

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:7.2.3'
14-
testImplementation 'io.cucumber:cucumber-junit:7.2.2'
14+
testImplementation 'io.cucumber:cucumber-junit:7.2.3'
1515
testImplementation 'org.testcontainers:selenium'
1616
}

0 commit comments

Comments
 (0)