diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-01-12 22:39:08 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-01-12 23:26:09 +0100 |
commit | a3d1bb04458847cf4f71c5481f33829a72a81d7e (patch) | |
tree | f1733cccf322868fa9bb07b39ddc1f4f783fc133 /WORKSPACE | |
parent | 63f4de721c2e5688dbbc20cac130276b27935dc4 (diff) | |
download | jgit-a3d1bb04458847cf4f71c5481f33829a72a81d7e.tar.gz jgit-a3d1bb04458847cf4f71c5481f33829a72a81d7e.zip |
Update orbit to S20210105214148 and com.google.gson to 2.8.6
Also fix target name of jgit-4.18 target.
Change-Id: Ib5a13281398e7c5589de2e4a34fae0d08346db9c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -233,8 +233,8 @@ maven_jar( maven_jar( name = "gson", - artifact = "com.google.code.gson:gson:2.8.2", - sha1 = "3edcfe49d2c6053a70a2a47e4e1c2f94998a49cf", + artifact = "com.google.code.gson:gson:2.8.6", + sha1 = "9180733b7df8542621dc12e21e87557e8c99b8cb", ) JETTY_VER = "9.4.35.v20201120" |