Skip to content

Commit b732f3c

Browse files
Update dependency org.junit:junit-bom to v5.12.0
1 parent c74f950 commit b732f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: gradle/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
java
33
}
44
dependencies {
5-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
5+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
66
testImplementation(platform("io.cucumber:cucumber-bom:7.21.1"))
77
testImplementation(platform("org.assertj:assertj-bom:3.27.3"))
88

Diff for: maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.junit</groupId>
2020
<artifactId>junit-bom</artifactId>
21-
<version>5.11.4</version>
21+
<version>5.12.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

0 commit comments

Comments
 (0)