diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-13 01:52:12 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-13 16:18:06 +0200 |
commit | dbf45058cb45c55c80bd754e7de51c3585f3d4c9 (patch) | |
tree | 3c92ef53f75975626fe761ed38b10705b4c66137 /WORKSPACE | |
parent | 127762ba8b25d811fa1bb915b80eccb32e82aebc (diff) | |
download | jgit-dbf45058cb45c55c80bd754e7de51c3585f3d4c9.tar.gz jgit-dbf45058cb45c55c80bd754e7de51c3585f3d4c9.zip |
Update byte-buddy to 1.14.15
Change-Id: Ie5192a7c02c60e26c7c76f618b05f24307afcc63
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -216,18 +216,18 @@ maven_jar( sha1 = "792b270e73aa1cfc28fa135be0b95e69ea451432", ) -BYTE_BUDDY_VERSION = "1.14.12" +BYTE_BUDDY_VERSION = "1.14.15" maven_jar( name = "bytebuddy", artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION, - sha1 = "6e37f743dc15a8d7a4feb3eb0025cbc612d5b9e1", + sha1 = "11c9440bc7f9468761e5a82778a05205169d49a9", ) maven_jar( name = "bytebuddy-agent", artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION, - sha1 = "be4984cb6fd1ef1d11f218a648889dfda44b8a15", + sha1 = "0b4cc9d88d5de562bf75b3a54ab436ad01b3f72d", ) maven_jar( |