Skip to content

Commit b88aa91

Browse files
Update dependency org.mockito:mockito-core to v5.11.0 (#350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8caac04 commit b88aa91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schematicbrushreborn-core/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121

2222
testImplementation(project(":schematicbrushreborn-api"))
2323
testImplementation(libs.jetbrains.annotations)
24-
testImplementation("org.mockito", "mockito-core", "5.8.0")
24+
testImplementation("org.mockito", "mockito-core", "5.11.0")
2525
testImplementation(libs.jackson.databind)
2626
}
2727
publishData {

0 commit comments

Comments
 (0)