Skip to content

Commit

Permalink
Update dependency io.cucumber:cucumber-bom to v7.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent e0d61f4 commit cc6aff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}
dependencies {
testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation(platform("io.cucumber:cucumber-bom:7.19.0"))
testImplementation(platform("io.cucumber:cucumber-bom:7.20.0"))

testImplementation("io.cucumber:cucumber-java")
testImplementation("io.cucumber:cucumber-junit-platform-engine")
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-bom</artifactId>
<version>7.19.0</version>
<version>7.20.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit cc6aff0

Please sign in to comment.