This is an automated email from the ASF dual-hosted git repository.
nihaljain pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new 61bea8d25a6 HBASE-29327 Dependency manage byte-buddy and bump it to
1.15.11 (#7003) (#7025)
61bea8d25a6 is described below
commit 61bea8d25a6808f9672fad63de39fcba3f69e7b9
Author: Nihal Jain <[email protected]>
AuthorDate: Tue May 27 15:43:47 2025 +0530
HBASE-29327 Dependency manage byte-buddy and bump it to 1.15.11 (#7003)
(#7025)
* This change is required for being able to handle recent Java bytecodes
* Move to latest version which works with maven-shade-plugin 3.6.0
Signed-off-by: Istvan Toth <[email protected]>
(cherry picked from commit 279398254459f296adfee5f1c87a50d4fba5e593)
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index 15a530c4722..f9bff77a584 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,6 +601,7 @@
<opentelemetry-javaagent.version>2.15.0</opentelemetry-javaagent.version>
<log4j2.version>2.17.2</log4j2.version>
<mockito.version>4.11.0</mockito.version>
+ <byte-buddy.version>1.15.11</byte-buddy.version>
<!--Internally we use a different version of protobuf. See
hbase-protocol-shaded-->
<external.protobuf.groupid>com.google.protobuf</external.protobuf.groupid>
<external.protobuf.version>2.5.0</external.protobuf.version>
@@ -1366,6 +1367,16 @@
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest.version}</version>
</dependency>
+ <dependency>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy</artifactId>
+ <version>${byte-buddy.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy-agent</artifactId>
+ <version>${byte-buddy.version}</version>
+ </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>