diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 01:28:05 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 01:28:15 +0200 |
commit | 7cdb01939e4107c693049e2b09b79ed8693637d5 (patch) | |
tree | dcbba4b1c7c6087952ae032f980b3c4029b6527e /WORKSPACE | |
parent | 013f2621d03cf823967800d94e7202dbde9e00e1 (diff) | |
parent | 927ae2f55bc6e4b6a02beb2fcebf6104e1f73669 (diff) | |
download | jgit-7cdb01939e4107c693049e2b09b79ed8693637d5.tar.gz jgit-7cdb01939e4107c693049e2b09b79ed8693637d5.zip |
Merge branch 'stable-5.3' into stable-5.4
* stable-5.3:
Prepare 5.3.6-SNAPSHOT builds
JGit v5.3.5.201909031855-r
Prepare 5.1.12-SNAPSHOT builds
JGit v5.1.11.201909031202-r
Prepare 4.11.10-SNAPSHOT builds
JGit v4.11.9.201909030838-r
Bazel: Update bazlets to the latest master revision
Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file
BatchRefUpdate: repro racy atomic update, and fix it
Delete unused FileTreeIteratorWithTimeControl
Fix RacyGitTests#testRacyGitDetection
Change RacyGitTests to create a racy git situation in a stable way
Silence API warnings
Change-Id: Icfd5a612055feeff04733c0d2c44837ab554a2c4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ versions.check(minimum_bazel_version = "0.26.1") load("//tools:bazlets.bzl", "load_bazlets") -load_bazlets(commit = "8528a0df69dadf6311d8d3f81c1b693afda8bcf1") +load_bazlets(commit = "09a035e98077dce549d5f6a7472d06c4b8f792d2") load( "@com_googlesource_gerrit_bazlets//tools:maven_jar.bzl", |