Skip to content

Commit e5fcea8

Browse files
Update dependency org.mockito:mockito-core to v5.21.0
1 parent a19bda0 commit e5fcea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schematicbrushreborn-core/build.gradle.kts

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

1414
testImplementation(project(":schematicbrushreborn-api"))
1515
testImplementation(libs.jetbrains.annotations)
16-
testImplementation("org.mockito", "mockito-core", "5.20.0")
16+
testImplementation("org.mockito", "mockito-core", "5.21.0")
1717
testImplementation(libs.jackson.databind)
1818
testImplementation(libs.bundles.utilities)
1919
}

0 commit comments

Comments
 (0)