Skip to content

Commit e3308b4

Browse files
Update dependency io.cucumber:cucumber-bom to v7.22.2
1 parent 7f3ecd3 commit e3308b4

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.12.2"))
6-
testImplementation(platform("io.cucumber:cucumber-bom:7.22.1"))
6+
testImplementation(platform("io.cucumber:cucumber-bom:7.22.2"))
77
testImplementation(platform("org.assertj:assertj-bom:3.27.3"))
88

99
testImplementation("io.cucumber:cucumber-java")

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.22.1</version>
28+
<version>7.22.2</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

0 commit comments

Comments
 (0)