Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.14.2 (#2953)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 9a40bab commit a58910d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ text = "3.0.4"
piston = "0.5.10"

# Tests
mockito = "5.14.1"
mockito = "5.14.2"

# Gradle plugins
pluginyml = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion worldedit-sponge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
})
api("org.apache.logging.log4j:log4j-api")
api("org.bstats:bstats-sponge:1.7")
testImplementation("org.mockito:mockito-core:5.14.1")
testImplementation("org.mockito:mockito-core:5.14.2")
}

<<<<<<< HEAD
Expand Down

0 comments on commit a58910d

Please sign in to comment.