aboutsummaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-08-31 10:37:23 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-08-31 10:56:32 +0200
commit24c5d0120bdd1015fab06f3816da294f736a8349 (patch)
treee04707aea62f0d94a3a464127affb3d046cc39d9 /WORKSPACE
parentc5d8936c802ccc9071b0706f2fa0c05a8951284a (diff)
downloadjgit-24c5d0120bdd1015fab06f3816da294f736a8349.tar.gz
jgit-24c5d0120bdd1015fab06f3816da294f736a8349.zip
Update byte-buddy to 1.14.7
Change-Id: Iee257eef4cdc3235db6172e19d8d271ff9988fa4
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 021d72ccf5..3e2b2cd0b3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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(