Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent e02faf8 commit e0d61f4
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 @@ -2,7 +2,7 @@ plugins {
java
}
dependencies {
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation(platform("io.cucumber:cucumber-bom:7.19.0"))

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

0 comments on commit e0d61f4

Please sign in to comment.