Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 5d742a8 commit e4c78d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ allprojects {
testImplementation("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.0")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.11.0")
testImplementation("org.mockito", "mockito-core", "5.12.0")
testImplementation("org.mockito", "mockito-core", "5.15.2")
testImplementation("com.github.seeseemelk", "MockBukkit-v1.19", "2.145.0")
}

Expand Down

0 comments on commit e4c78d9

Please sign in to comment.