Skip to content

Commit 0565182

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/use-all-java-module-plugins/platform/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
dependencies {
77
api(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
8-
api(platform("org.junit:junit-bom:5.11.4"))
8+
api(platform("org.junit:junit-bom:5.12.0"))
99
}
1010

1111
dependencies.constraints {

samples/use-only-java-module-testing-plugin/platform/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
dependencies {
77
api(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
8-
api(platform("org.junit:junit-bom:5.11.4"))
8+
api(platform("org.junit:junit-bom:5.12.0"))
99
}
1010

1111
dependencies.constraints {

0 commit comments

Comments
 (0)