diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-21 20:01:00 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-01-20 01:17:29 +0100 |
commit | f3bb0e268c18149ef95b639b69516d2511813bd0 (patch) | |
tree | c9d18e78599ff020dbfec62513233187da96ec56 /WORKSPACE | |
parent | 13ba592fff31bd250027e572e9dd9f52190c2187 (diff) | |
download | jgit-f3bb0e268c18149ef95b639b69516d2511813bd0.tar.gz jgit-f3bb0e268c18149ef95b639b69516d2511813bd0.zip |
Upgrade gson to version 2.8.2
CQ: 15286
CQ: 15287 (Orbit)
Change-Id: I43312d5276b64d871f7fa253a43a090f9b163724
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
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
@@ -107,8 +107,8 @@ maven_jar( maven_jar( name = "gson", - artifact = "com.google.code.gson:gson:2.2.4", - sha1 = "a60a5e993c98c864010053cb901b7eab25306568", + artifact = "com.google.code.gson:gson:2.8.2", + sha1 = "3edcfe49d2c6053a70a2a47e4e1c2f94998a49cf", ) JETTY_VER = "9.4.8.v20171121" |