Skip to content

Commit 5b2690d

Browse files
GH-50 Update dependency org.junit:junit-bom to v5.10.2 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee142e0 commit 5b2690d

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.21")
7-
testImplementation(platform("org.junit:junit-bom:5.9.1"))
7+
testImplementation(platform("org.junit:junit-bom:5.10.2"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
99
testImplementation("org.mockito:mockito-core:5.12.0")
1010
}

lobbyheads-core/build.gradle.kts

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

4949
// tests setup
5050
testImplementation("org.codehaus.groovy:groovy-all:3.0.21")
51-
testImplementation(platform("org.junit:junit-bom:5.9.1"))
51+
testImplementation(platform("org.junit:junit-bom:5.10.2"))
5252
testImplementation("org.junit.jupiter:junit-jupiter")
5353
testImplementation("org.mockito:mockito-core:5.12.0")
5454
}

0 commit comments

Comments
 (0)