We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84138c0 + df8c391 commit 601f892Copy full SHA for 601f892
examples/cucumber/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
implementation 'org.seleniumhq.selenium:selenium-firefox-driver'
13
implementation 'org.seleniumhq.selenium:selenium-chrome-driver'
14
15
- testImplementation platform('org.junit:junit-bom:5.13.3')
+ testImplementation platform('org.junit:junit-bom:5.13.4')
16
testImplementation 'org.junit.platform:junit-platform-suite'
17
testImplementation platform('io.cucumber:cucumber-bom:7.23.0')
18
testImplementation 'io.cucumber:cucumber-java'
0 commit comments