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 ddaf03b + 90a5b3c commit 05bfc5cCopy full SHA for 05bfc5c
examples/cucumber/build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
15
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.27.2')
+ testImplementation platform('io.cucumber:cucumber-bom:7.30.0')
18
testImplementation 'io.cucumber:cucumber-java'
19
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
20
testImplementation 'org.testcontainers:testcontainers-selenium'
0 commit comments