Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a8b459

Browse files
authoredJul 18, 2024
Update dependency io.cucumber:cucumber-bom to v7.18.1
1 parent cf3d052 commit 7a8b459

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.3"))
6-
testImplementation(platform("io.cucumber:cucumber-bom:7.18.0"))
6+
testImplementation(platform("io.cucumber:cucumber-bom:7.18.1"))
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.18.0</version>
28+
<version>7.18.1</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.