diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-31 10:37:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-31 10:56:32 +0200 |
commit | 24c5d0120bdd1015fab06f3816da294f736a8349 (patch) | |
tree | e04707aea62f0d94a3a464127affb3d046cc39d9 /WORKSPACE | |
parent | c5d8936c802ccc9071b0706f2fa0c05a8951284a (diff) | |
download | jgit-24c5d0120bdd1015fab06f3816da294f736a8349.tar.gz jgit-24c5d0120bdd1015fab06f3816da294f736a8349.zip |
Update byte-buddy to 1.14.7
Change-Id: Iee257eef4cdc3235db6172e19d8d271ff9988fa4
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -188,18 +188,18 @@ maven_jar( sha1 = "ebbf338e33f893139459ce5df023115971c2786f", ) -BYTE_BUDDY_VERSION = "1.14.5" +BYTE_BUDDY_VERSION = "1.14.7" maven_jar( name = "bytebuddy", artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION, - sha1 = "28a424c0c4f362568e904d992c239c996cf7adc7", + sha1 = "34efde5f0bb93afc94aaf9d400521899c4806873", ) maven_jar( name = "bytebuddy-agent", artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION, - sha1 = "20f4e9b9d0ffb953657bfa4b92c0cceb27907d58", + sha1 = "38b49d37e3e14793ef10977ba75f761c8678e20e", ) maven_jar( |