aboutsummaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-05-13 01:52:12 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-13 16:18:06 +0200
commitdbf45058cb45c55c80bd754e7de51c3585f3d4c9 (patch)
tree3c92ef53f75975626fe761ed38b10705b4c66137 /WORKSPACE
parent127762ba8b25d811fa1bb915b80eccb32e82aebc (diff)
downloadjgit-dbf45058cb45c55c80bd754e7de51c3585f3d4c9.tar.gz
jgit-dbf45058cb45c55c80bd754e7de51c3585f3d4c9.zip
Update byte-buddy to 1.14.15
Change-Id: Ie5192a7c02c60e26c7c76f618b05f24307afcc63
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 9302712e67..61f7111cb9 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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(