Skip to content

Commit ee142e0

Browse files
GH-51 Update dependency org.mockito:mockito-core to v5.12.0 (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7373e40 commit ee142e0

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
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation("org.codehaus.groovy:groovy-all:3.0.21")
77
testImplementation(platform("org.junit:junit-bom:5.9.1"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
9-
testImplementation("org.mockito:mockito-core:5.6.0")
9+
testImplementation("org.mockito:mockito-core:5.12.0")
1010
}
1111

1212
tasks.getByName<Test>("test") {

lobbyheads-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation("org.codehaus.groovy:groovy-all:3.0.21")
5151
testImplementation(platform("org.junit:junit-bom:5.9.1"))
5252
testImplementation("org.junit.jupiter:junit-jupiter")
53-
testImplementation("org.mockito:mockito-core:5.6.0")
53+
testImplementation("org.mockito:mockito-core:5.12.0")
5454
}
5555

5656
java {

0 commit comments

Comments
 (0)