diff options
author | Ed Merks <ed.merks@gmail.com> | 2024-05-22 08:46:31 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-22 18:43:08 +0200 |
commit | 6123c81a33270d71e7258f874e3fbd0913f4623e (patch) | |
tree | 780c5afbb059b3f3ce90c9912183db136b5bbe97 /WORKSPACE | |
parent | 7a74abd6be8db8e72dd96d6908d29cc1b6dd3072 (diff) | |
download | jgit-6123c81a33270d71e7258f874e3fbd0913f4623e.tar.gz jgit-6123c81a33270d71e7258f874e3fbd0913f4623e.zip |
Update com.google.code.gson:gson to 2.11.0
Change-Id: Ibbd8e1675e3b8c67af0e13de16c470db108d3a0f
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -238,8 +238,8 @@ maven_jar( maven_jar( name = "gson", - artifact = "com.google.code.gson:gson:2.10.1", - sha1 = "b3add478d4382b78ea20b1671390a858002feb6c", + artifact = "com.google.code.gson:gson:2.11.0", + sha1 = "527175ca6d81050b53bdd4c457a6d6e017626b0e", ) JETTY_VER = "10.0.21" |