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 c7581f8 commit 3698b6dCopy full SHA for 3698b6d
gradle/build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
dependencies {
5
testImplementation(platform("org.junit:junit-bom:5.11.2"))
6
- testImplementation(platform("io.cucumber:cucumber-bom:7.20.0"))
+ testImplementation(platform("io.cucumber:cucumber-bom:7.20.1"))
7
8
testImplementation("io.cucumber:cucumber-java")
9
testImplementation("io.cucumber:cucumber-junit-platform-engine")
maven/pom.xml
@@ -25,7 +25,7 @@
25
<dependency>
26
<groupId>io.cucumber</groupId>
27
<artifactId>cucumber-bom</artifactId>
28
- <version>7.20.0</version>
+ <version>7.20.1</version>
29
<type>pom</type>
30
<scope>import</scope>
31
</dependency>
0 commit comments