Skip to content

Commit 1c7e5ad

Browse files
Bump org.junit:junit-bom from 5.10.3 to 5.13.3 in /examples
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.3 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.13.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8547d5b commit 1c7e5ad

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
@@ -12,7 +12,7 @@ dependencies {
1212
implementation 'org.seleniumhq.selenium:selenium-firefox-driver'
1313
implementation 'org.seleniumhq.selenium:selenium-chrome-driver'
1414

15-
testImplementation platform('org.junit:junit-bom:5.10.3')
15+
testImplementation platform('org.junit:junit-bom:5.13.3')
1616
testImplementation 'org.junit.platform:junit-platform-suite'
1717
testImplementation platform('io.cucumber:cucumber-bom:7.23.0')
1818
testImplementation 'io.cucumber:cucumber-java'

0 commit comments

Comments
 (0)