diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-15 00:48:47 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-15 00:48:47 +0200 |
commit | 8d62e5d04d354683dc34c9a8e65d08bc09c414fd (patch) | |
tree | 3d90d7d60fb70813d0f2076bcfca3635fac3ff00 /WORKSPACE | |
parent | 642f160236817ff1392ac96085cd5a3f3a96bc1f (diff) | |
download | jgit-8d62e5d04d354683dc34c9a8e65d08bc09c414fd.tar.gz jgit-8d62e5d04d354683dc34c9a8e65d08bc09c414fd.zip |
Update bytebuddy to 1.14.8
Change-Id: I60ad9ea9300099eeabbb5023d7a5264593e60dc0
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -188,18 +188,18 @@ maven_jar( sha1 = "ebbf338e33f893139459ce5df023115971c2786f", ) -BYTE_BUDDY_VERSION = "1.14.7" +BYTE_BUDDY_VERSION = "1.14.8" maven_jar( name = "bytebuddy", artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION, - sha1 = "34efde5f0bb93afc94aaf9d400521899c4806873", + sha1 = "505d7d8937ff00cc55db79723e26c94069b87d66", ) maven_jar( name = "bytebuddy-agent", artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION, - sha1 = "38b49d37e3e14793ef10977ba75f761c8678e20e", + sha1 = "ae6ebe485f3bcd0a1e20241488a32e6400a501ef", ) maven_jar( |