diff --git a/library_deps.bzl b/library_deps.bzl index a209948c80e..8668c07a9f4 100644 --- a/library_deps.bzl +++ b/library_deps.bzl @@ -60,7 +60,7 @@ BATFISH_MAVEN_ARTIFACTS = [ maven.artifact(group = "org.glassfish.jersey.test-framework.providers", artifact = "jersey-test-framework-provider-grizzly2", version = "2.41", exclusions = [maven.exclusion(group = "junit", artifact = "junit")]), "org.hamcrest:hamcrest:2.2", "org.lz4:lz4-java:1.8.0", - "org.mockito:mockito-core:5.8.0", + "org.mockito:mockito-core:5.11.0", "org.mockito:mockito-inline:5.2.0", "org.jgrapht:jgrapht-core:1.5.2", "org.jline:jline:3.25.0",