From 077a7139f9a4ad19d24ca066380c924ae46fc133 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 2 Jul 2024 00:26:44 +0200 Subject: [PATCH] Update bytebuddy to 1.14.17 Change-Id: I082c3726aa1b4f5bf97ac619b8265c734fc1d196 --- WORKSPACE | 6 +++--- .../org.eclipse.jgit.target/jgit-4.17.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.18.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.19.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.20.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.21.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.22.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.23.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.24.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.25.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.26.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.27.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.28.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.29.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.30.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.31.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.32.target | 6 +++--- .../org.eclipse.jgit.target/maven/dependencies.tpd | 4 ++-- pom.xml | 2 +- 19 files changed, 54 insertions(+), 54 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 2e417c9812..b1a802a3af 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -220,18 +220,18 @@ maven_jar( sha1 = "fc4a3d051da838946f9dffe725efbd06cd7d1eec", ) -BYTE_BUDDY_VERSION = "1.14.16" +BYTE_BUDDY_VERSION = "1.14.17" maven_jar( name = "bytebuddy", artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION, - sha1 = "e1b9a06e131b7d5b183c8ccc7c29b9e5a8dba077", + sha1 = "a8d08f3c1e75ecc7f38a8cfd7e9fa47919096373", ) maven_jar( name = "bytebuddy-agent", artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION, - sha1 = "4a451ee6484abac3a498df0f3b33ed00a6fced4d", + sha1 = "e3c251a39dc90badaf71c83427ba46840f219d8d", ) maven_jar( diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target index 631e4e8046..16fba84b6e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target index 1d606cb4a5..a86c21b4c6 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target index 1cb0134075..bf2cba12a0 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target index 2daad55733..b46b31b1bb 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target index 5db0218fa7..2d09438904 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target index 0960e19f4f..70669a85a9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.target index c4f9afd1ab..ddd7675c4c 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target index 39af3d68f8..9e96b38204 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target index 6639febbfc..c5405aa40a 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.26.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.26.target index b344f2c740..c60aa9ef50 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.26.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.26.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target index 2c01df62bc..8de5ac0ae0 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target index 7d9d025fbc..ac8dabc037 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target index 3737089e2d..e89c063c25 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target index a2aa05cd36..078a8054b7 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target index c5a13aaa16..643228856b 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target index 5a7df61d2e..58e495b9fe 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.14.16 + 1.14.17 jar net.bytebuddy byte-buddy-agent - 1.14.16 + 1.14.17 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd index ed34756bf3..fc20d20414 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd @@ -97,12 +97,12 @@ maven bytebuddy dependency { groupId = "net.bytebuddy" artifactId = "byte-buddy" - version = "1.14.16" + version = "1.14.17" } dependency { groupId = "net.bytebuddy" artifactId = "byte-buddy-agent" - version = "1.14.16" + version = "1.14.17" } } diff --git a/pom.xml b/pom.xml index d3434447af..67f03c1ae0 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ 2.2 3.26.0 5.14.0 - 1.14.16 + 1.14.17 jacoco -- 2.39.5