Skip to content

Commit b64805c

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.11.4
1 parent 87adb29 commit b64805c

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:5.11.3"))
12+
testImplementation(platform("org.junit:junit-bom:5.11.4"))
1313
testImplementation("org.junit.jupiter:junit-jupiter")
1414
testImplementation(libs.assertj)
1515
}

velocity/build.gradle.kts

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

2020
implementation(libs.bstats.velocity)
2121

22-
testImplementation(platform("org.junit:junit-bom:5.11.3"))
22+
testImplementation(platform("org.junit:junit-bom:5.11.4"))
2323
testImplementation("org.junit.jupiter:junit-jupiter")
2424
testImplementation(libs.assertj)
2525
}

0 commit comments

Comments
 (0)