Merge branch 'stable-3.1'

* stable-3.1:
  e2e-tests: Rename 'default' after GerritSimulation core change Id33ada17
  e2e-tests: Rename 'unique' after GerritSimulation core change I229976f5
  e2e-tests: Rename 'name' after GerritSimulation core change I3527fb39
  e2e-tests: Remove unnecessary type specification

Change-Id: I1ee60f5eb888bfcba235cd5628133ba13af2b148
diff --git a/WORKSPACE b/WORKSPACE
index 264a575..8b7f5fc 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "3f9dadc615dc4053369a42d9ada37dafd8d4763c",
+    commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe",
     #local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index 077599a..5687d0d 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.8.1.202007141445-r",
+        sha1 = "3b200e97843918969d0375a6e2184990b8e731e9",
     )
 
     maven_jar(