Skip to content

Commit f99c9db

Browse files
Update dependency org.junit:junit-bom to v6.0.1 (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48e96f8 commit f99c9db

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

Lines changed: 1 addition & 1 deletion
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.20.0"))
8-
api(platform("org.junit:junit-bom:6.0.0"))
8+
api(platform("org.junit:junit-bom:6.0.1"))
99
}
1010

1111
dependencies.constraints {

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

Lines changed: 1 addition & 1 deletion
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.20.0"))
8-
api(platform("org.junit:junit-bom:6.0.0"))
8+
api(platform("org.junit:junit-bom:6.0.1"))
99
}
1010

1111
dependencies.constraints {

0 commit comments

Comments
 (0)