Skip to content

Commit 00313e3

Browse files
Update dependency io.cucumber:cucumber-bom to v7.18.0
1 parent 468ee78 commit 00313e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44
dependencies {
55
testImplementation(platform("org.junit:junit-bom:5.10.2"))
6-
testImplementation(platform("io.cucumber:cucumber-bom:7.17.0"))
6+
testImplementation(platform("io.cucumber:cucumber-bom:7.18.0"))
77

88
testImplementation("io.cucumber:cucumber-java")
99
testImplementation("io.cucumber:cucumber-junit-platform-engine")

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.cucumber</groupId>
2727
<artifactId>cucumber-bom</artifactId>
28-
<version>7.17.0</version>
28+
<version>7.18.0</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

0 commit comments

Comments
 (0)