Skip to content

Commit d17e612

Browse files
committed
chore(compatibility-suite): Upgrade cucumber to latest
1 parent d015fa1 commit d17e612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compatibility-suite/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ configurations {
99
}
1010

1111
dependencies {
12-
testImplementation 'io.cucumber:cucumber-java:7.12.0'
13-
testImplementation 'io.cucumber:cucumber-picocontainer:7.12.0'
12+
testImplementation 'io.cucumber:cucumber-java:7.22.2'
13+
testImplementation 'io.cucumber:cucumber-picocontainer:7.22.2'
1414
testImplementation 'org.apache.groovy:groovy'
1515
testImplementation 'org.apache.groovy:groovy-json'
1616
testImplementation 'org.apache.groovy:groovy-xml'

0 commit comments

Comments
 (0)