This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new eb30bcd461b HADOOP-19568. Update byte-buddy to 1.15.11 (#7687) eb30bcd461b is described below commit eb30bcd461bf9a6a8a2015b0bd7628d63a74706f Author: Istvan Toth <st...@apache.org> AuthorDate: Wed Jun 4 12:15:13 2025 +0200 HADOOP-19568. Update byte-buddy to 1.15.11 (#7687) Contributed by Istvan Toth --- hadoop-project/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 248e17f02c5..aa82ab06aa7 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -146,6 +146,7 @@ <netty4.version>4.1.118.Final</netty4.version> <snappy-java.version>1.1.10.4</snappy-java.version> <lz4-java.version>1.7.1</lz4-java.version> + <byte-buddy.version>1.15.11</byte-buddy.version> <!-- Maven protoc compiler --> <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version> @@ -1288,6 +1289,16 @@ <artifactId>jackson-dataformat-cbor</artifactId> <version>${jackson2.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-inline</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org