Skip to content

Commit 2573533

Browse files
authored
Merge pull request #237 from 4drian3d/renovate/junit-framework-monorepo
fix(deps): update dependency org.junit:junit-bom to v6.0.1
2 parents aa23697 + ea93d3c commit 2573533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
compileOnly(libs.libby.core)
1010

1111
testImplementation(libs.configurate.hocon)
12-
testImplementation(platform("org.junit:junit-bom:6.0.0"))
12+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
1313
testImplementation("org.junit.jupiter:junit-jupiter")
1414
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1515
testImplementation(libs.assertj)

velocity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121

2222
implementation(libs.bstats.velocity)
2323

24-
testImplementation(platform("org.junit:junit-bom:6.0.0"))
24+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
2525
testImplementation("org.junit.jupiter:junit-jupiter")
2626
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2727
testImplementation(libs.assertj)

0 commit comments

Comments
 (0)