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 73c58bc commit d122cc8Copy full SHA for d122cc8
gradle/build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
dependencies {
5
testImplementation(platform("org.junit:junit-bom:5.12.1"))
6
- testImplementation(platform("io.cucumber:cucumber-bom:7.21.1"))
+ testImplementation(platform("io.cucumber:cucumber-bom:7.22.0"))
7
testImplementation(platform("org.assertj:assertj-bom:3.27.3"))
8
9
testImplementation("io.cucumber:cucumber-java")
maven/pom.xml
@@ -25,7 +25,7 @@
25
<dependency>
26
<groupId>io.cucumber</groupId>
27
<artifactId>cucumber-bom</artifactId>
28
- <version>7.21.1</version>
+ <version>7.22.0</version>
29
<type>pom</type>
30
<scope>import</scope>
31
</dependency>
0 commit comments