Skip to content

Commit 8723130

Browse files
dependency: Update dependency org.mockito:mockito-core to v5.22.0 (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5021eaa commit 8723130

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.25")
77
testImplementation(platform("org.junit:junit-bom:6.0.3"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
9-
testImplementation("org.mockito:mockito-core:5.21.0")
9+
testImplementation("org.mockito:mockito-core:5.22.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
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation("org.codehaus.groovy:groovy-all:3.0.25")
5252
testImplementation(platform("org.junit:junit-bom:6.0.3"))
5353
testImplementation("org.junit.jupiter:junit-jupiter")
54-
testImplementation("org.mockito:mockito-core:5.21.0")
54+
testImplementation("org.mockito:mockito-core:5.22.0")
5555
}
5656

5757
java {

0 commit comments

Comments
 (0)