We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 992bda3 + c2b7d06 commit cf0e994Copy full SHA for cf0e994
build.gradle
@@ -101,7 +101,7 @@ dependencies {
101
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
102
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
103
testImplementation 'com.google.jimfs:jimfs:1.3.0'
104
- testImplementation(platform('io.cucumber:cucumber-bom:7.11.1'))
+ testImplementation(platform('io.cucumber:cucumber-bom:7.14.0'))
105
testImplementation 'io.cucumber:cucumber-java'
106
testImplementation 'io.cucumber:cucumber-spring'
107
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
0 commit comments