Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent 8693395 commit 4fddf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schematicbrushreborn-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

testImplementation(project(":schematicbrushreborn-api"))
testImplementation(libs.jetbrains.annotations)
testImplementation("org.mockito", "mockito-core", "5.4.0")
testImplementation("org.mockito", "mockito-core", "5.5.0")
testImplementation(libs.jackson.databind)
}
publishData {
Expand Down

0 comments on commit 4fddf14

Please sign in to comment.