summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-12-09 23:58:25 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2023-12-22 23:20:40 +0100
commit3cefca094084a171e26cf46fcf97a6ae64db8434 (patch)
tree3e476c9da01cd0854a104b5dbe1f9e9489a08f21 /WORKSPACE
parenta00afad545f22603da2d24dd3d9ffc368f30fba2 (diff)
downloadjgit-3cefca094084a171e26cf46fcf97a6ae64db8434.tar.gz
jgit-3cefca094084a171e26cf46fcf97a6ae64db8434.zip
Add 4.31 target platform and update orbit to 4.31
and update bytebuddy to 1.14.10. Change-Id: I145776a31d806f7e6dcc90263650109b3eb19067
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 71a27c26e8..58a0a73eab 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -188,18 +188,18 @@ maven_jar(
sha1 = "ebbf338e33f893139459ce5df023115971c2786f",
)
-BYTE_BUDDY_VERSION = "1.14.8"
+BYTE_BUDDY_VERSION = "1.14.10"
maven_jar(
name = "bytebuddy",
artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION,
- sha1 = "505d7d8937ff00cc55db79723e26c94069b87d66",
+ sha1 = "8117daf4a612122eb4f517f66adff778cb8b4737",
)
maven_jar(
name = "bytebuddy-agent",
artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION,
- sha1 = "ae6ebe485f3bcd0a1e20241488a32e6400a501ef",
+ sha1 = "90ed94ac044ea8953b224304c762316e91fd6b31",
)
maven_jar(