summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-08-28 02:05:00 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-08-28 11:36:05 +0200
commitd66de619ad395d65be6ac38c01bba96606eb9e25 (patch)
tree9b0f982d7813686b1e72561f360a91a3b0891c29 /WORKSPACE
parent3f06dd9519a2283e68de73959a25b4aeb612f362 (diff)
downloadjgit-d66de619ad395d65be6ac38c01bba96606eb9e25.tar.gz
jgit-d66de619ad395d65be6ac38c01bba96606eb9e25.zip
Update bytebuddy to 1.15.0
Change-Id: Idec6369bb5da997e532b912c2984b51e77a3ac0d
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index efa8b0d0d1..16e0c540ec 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -220,18 +220,18 @@ maven_jar(
sha1 = "fc4a3d051da838946f9dffe725efbd06cd7d1eec",
)
-BYTE_BUDDY_VERSION = "1.14.17"
+BYTE_BUDDY_VERSION = "1.15.0"
maven_jar(
name = "bytebuddy",
artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION,
- sha1 = "a8d08f3c1e75ecc7f38a8cfd7e9fa47919096373",
+ sha1 = "a5b1159b91c5334015de0f22ab4b1188cd42bbff",
)
maven_jar(
name = "bytebuddy-agent",
artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION,
- sha1 = "e3c251a39dc90badaf71c83427ba46840f219d8d",
+ sha1 = "e32740c43acebaac9d55b86399ecf6a5df3c17fb",
)
maven_jar(