This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 6ba0d57bb4d HDDS-15867. [JDK25] Bump byte-buddy to 1.18.11 (#10776)
6ba0d57bb4d is described below
commit 6ba0d57bb4d9428547dc3ad75b84b837b708f07c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jul 16 13:28:22 2026 +0200
HDDS-15867. [JDK25] Bump byte-buddy to 1.18.11 (#10776)
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index 07756ec33d1..aead8220ef1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
<bonecp.version>0.8.0.RELEASE</bonecp.version>
<bouncycastle.version>1.84</bouncycastle.version>
<build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version>
+ <byte-buddy.version>1.18.11</byte-buddy.version>
<cdi-api.version>2.0.SP1</cdi-api.version>
<checkstyle.version>9.3</checkstyle.version>
<classpath.skip>true</classpath.skip>
@@ -642,6 +643,16 @@
</exclusion>
</exclusions>
</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>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]