From e355c0e492918c55bf50ed6df59db40f233c1398 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 1 Oct 2024 16:18:04 +0200 Subject: [PATCH] Update bytebuddy to 1.15.3 Change-Id: Ib17b92d6f413f706ff97fb4ccf07847f4b5808ad --- 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/jgit-4.33.target | 6 +++--- .../org.eclipse.jgit.target/jgit-4.34.target | 6 +++--- .../org.eclipse.jgit.target/maven/dependencies.tpd | 4 ++-- pom.xml | 2 +- 21 files changed, 60 insertions(+), 60 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index d921642545..44bc0abd27 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -220,18 +220,18 @@ maven_jar( sha1 = "0d26263eb7524252d98e602fc6942996a3195e29", ) -BYTE_BUDDY_VERSION = "1.15.1" +BYTE_BUDDY_VERSION = "1.15.3" maven_jar( name = "bytebuddy", artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION, - sha1 = "3072da2184d49cf642d22badee2ce36b2d6dfb92", + sha1 = "01b3069696cd9ed55d90b9114ffe3429035ff924", ) maven_jar( name = "bytebuddy-agent", artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION, - sha1 = "d5c8cbe2c1b94a5efa3f9f0736e1b3f00b5f6103", + sha1 = "e619d89ed41a6cedc23bee3549cec8c4ffdaee7b", ) 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 a8fd66872c..2f5ec8e9c1 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 71088bb2d7..efa7ce832f 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 5d1986931a..269532b000 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 68853f5c5a..9a02088af8 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 04ea7dc498..bc0c26d2ce 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 7209bcb44f..74cc894052 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 07300a1b79..f9188671c0 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 e7ad9ab2d5..9cc7f9f55c 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 14a3cfcaa0..c03a3237cb 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 a9897bacf9..5dcdf5241a 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 dd7a43e399..a358b0d8aa 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 cb7ebd41cc..bb774587d5 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 3a26f08edf..8b796f145e 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 1e561237f3..33eacefc25 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 f019cd5629..00e011c77a 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 dcc2c49ee7..c3c95e609f 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.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target index 3c3766bd23..d858cfa588 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 jar diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target index c302558eb0..fe77776b53 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target @@ -1,7 +1,7 @@ - + @@ -193,13 +193,13 @@ net.bytebuddy byte-buddy - 1.15.1 + 1.15.3 jar net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.3 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 fe260930ba..5f21d76a0f 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.15.1" + version = "1.15.3" } dependency { groupId = "net.bytebuddy" artifactId = "byte-buddy-agent" - version = "1.15.1" + version = "1.15.3" } } diff --git a/pom.xml b/pom.xml index 5482453e61..123c8058e8 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ 2.2 3.26.3 5.14.0 - 1.15.1 + 1.15.3 jacoco -- 2.39.5