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.
1 parent 9bf04f4 commit b8d06d6Copy full SHA for b8d06d6
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.0')
+ testImplementation platform('io.cucumber:cucumber-bom:7.27.2')
18
testImplementation 'io.cucumber:cucumber-java'
19
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
20
testImplementation 'org.testcontainers:testcontainers-selenium'
0 commit comments