Bump global-refdb version to 3.3.0 Also add additional testcontainers related dependencies to relfect the upgrade of testcontainers version to 1.15.0 in Ifc3e5b51cc0. Change-Id: I571c7fcdd370531463406af079989fcd2e16bdb8
diff --git a/BUILD b/BUILD index 80c7dda..d5d34bf 100644 --- a/BUILD +++ b/BUILD
@@ -48,6 +48,9 @@ "@curator-recipes//jar", "@curator-test//jar", "@curator-client//jar", + "//lib/jackson:jackson-annotations", "//lib/testcontainers", + "//lib/testcontainers:docker-java-api", + "//lib/testcontainers:docker-java-transport", ], )
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl index 5280f73..79b1208 100644 --- a/external_plugin_deps.bzl +++ b/external_plugin_deps.bzl
@@ -35,6 +35,6 @@ maven_jar( name = "global-refdb", - artifact = "com.gerritforge:global-refdb:3.1.2", - sha1 = "6ddee3de0f3fe9254453118ae1eca481ec03e957", + artifact = "com.gerritforge:global-refdb:3.3.0", + sha1 = "8ef0600757b7468dc023c5030ce2cfeaa8ea0b64", )