Update JGit to 4.5.0.201609210915-r.115-g81f9c1843

Adds support for MonotonicClock, which Gerrit can use
inside of ReviewDb and NoteDb to maintain timestamps.

Change-Id: Ic7c646b32644c1d1b1e93eeb50a3bf153e85d3c3
This commit is contained in:
Shawn Pearce
2016-11-21 13:22:41 -08:00
parent c9644e1bc6
commit b3fdbcf78d
6 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'junit',
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + JGIT_VERS,
sha1 = '35d1fcd4cbbf1332ac5aee89e370b65cbe82c390',
sha1 = '8e3cb9b1f632fdfea76b04c286a2c0d8d260ebce',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,