Skip to content

Commit 2fd0366

Browse files
dependency: Update dependency org.junit:junit-bom to v5.14.1
1 parent 9cf7387 commit 2fd0366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/lobbyheads-java-unit-test.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
testImplementation("org.codehaus.groovy:groovy-all:3.0.25")
7-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
7+
testImplementation(platform("org.junit:junit-bom:5.14.1"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
99
testImplementation("org.mockito:mockito-core:5.14.2")
1010
}

lobbyheads-core/build.gradle.kts

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

5050
// tests setup
5151
testImplementation("org.codehaus.groovy:groovy-all:3.0.25")
52-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
52+
testImplementation(platform("org.junit:junit-bom:5.14.1"))
5353
testImplementation("org.junit.jupiter:junit-jupiter")
5454
testImplementation("org.mockito:mockito-core:5.14.2")
5555
}

0 commit comments

Comments
 (0)