diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 15:06:33 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 15:06:41 +0100 |
commit | 1f9feb613ac14cf44289d51d821f479584b3d456 (patch) | |
tree | 3caaf7658774d7d5e34d424ad50b1275d4b95ec3 /WORKSPACE | |
parent | f4f992cdcbcdad677b92e6dc1606bd670937b919 (diff) | |
download | jgit-1f9feb613ac14cf44289d51d821f479584b3d456.tar.gz jgit-1f9feb613ac14cf44289d51d821f479584b3d456.zip |
Update byte-buddy to 1.14.12
Change-Id: Idc56efd1ee6d9d1e039ccfffd5e16803b727f6dc
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -190,18 +190,18 @@ maven_jar( sha1 = "ebbf338e33f893139459ce5df023115971c2786f", ) -BYTE_BUDDY_VERSION = "1.14.10" +BYTE_BUDDY_VERSION = "1.14.12" maven_jar( name = "bytebuddy", artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION, - sha1 = "8117daf4a612122eb4f517f66adff778cb8b4737", + sha1 = "6e37f743dc15a8d7a4feb3eb0025cbc612d5b9e1", ) maven_jar( name = "bytebuddy-agent", artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION, - sha1 = "90ed94ac044ea8953b224304c762316e91fd6b31", + sha1 = "be4984cb6fd1ef1d11f218a648889dfda44b8a15", ) maven_jar( |