Merge branch 'stable-3.1' into master
* stable-3.1:
Upgrade testcontainers to 1.15.1
Change-Id: I43c13d603d24fd630bd8c243309fda53680f1c95
diff --git a/WORKSPACE b/WORKSPACE
index 442a8bf..d12c0f4 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
load("//:bazlets.bzl", "load_bazlets")
load_bazlets(
- commit = "91ea277efd6d9f24c18d6ddeba65bed866b00872",
+ commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe",
#local_path = "/home/<user>/projects/bazlets",
)
@@ -12,7 +12,7 @@
"gerrit_api",
)
-gerrit_api()
+gerrit_api(version = "3.4.0-SNAPSHOT")
load("//:external_plugin_deps.bzl", "external_plugin_deps")
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index 4e7b7ce..4182390 100644
--- a/external_plugin_deps.bzl
+++ b/external_plugin_deps.bzl
@@ -100,8 +100,8 @@
maven_jar(
name = "jgit",
artifact =
- "org.eclipse.jgit:org.eclipse.jgit:5.8.0.202006091008-r",
- sha1 = "1d8b1a904ae018e9973f6bd92f71065c629393e3",
+ "org.eclipse.jgit:org.eclipse.jgit:5.9.0.202009080501-r",
+ sha1 = "00a5f08c5bdc5227e69882324d1f117572105649",
)
maven_jar(