From b7139d6b80e996bc410749c3ac4315f762a58a59 Mon Sep 17 00:00:00 2001
From: lhl <46373026+KeekLove@users.noreply.github.com>
Date: Sat, 28 Jun 2025 22:49:43 +0800
Subject: [PATCH] Upgrade bytebuddy to 1.17.6 (#761)
---
CHANGES.md | 1 +
apm-sniffer/apm-agent/pom.xml | 1 +
dist-material/LICENSE | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index dbcd33a7f..57df5dde9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -15,6 +15,7 @@ Release Notes.
* Add support for `dameng(DM)` JDBC url format in `URLParser`.
* Fix RabbitMQ Consumer could not receive handleCancelOk callback.
* Support for tracking in lettuce versions 6.5.x and above.
+* Upgrade byte-buddy version to 1.17.6.
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/236?closed=1)
diff --git a/apm-sniffer/apm-agent/pom.xml b/apm-sniffer/apm-agent/pom.xml
index 6454eed89..9429528a9 100644
--- a/apm-sniffer/apm-agent/pom.xml
+++ b/apm-sniffer/apm-agent/pom.xml
@@ -106,6 +106,7 @@
net.bytebuddy:byte-buddy
META-INF/versions/9/module-info.class
+ META-INF/versions/24/**
diff --git a/dist-material/LICENSE b/dist-material/LICENSE
index d763acd59..e261fd20d 100755
--- a/dist-material/LICENSE
+++ b/dist-material/LICENSE
@@ -215,7 +215,7 @@ Apache 2.0 licenses
The following components are provided under the Apache License. See project link for details.
The text of each license is the standard Apache 2.0 license.
- raphw (byte-buddy) 1.14.9: http://bytebuddy.net/ , Apache 2.0
+ raphw (byte-buddy) 1.17.6: http://bytebuddy.net/ , Apache 2.0
Google: grpc-java 1.68.1: https://github.com/grpc/grpc-java, Apache 2.0
Google: gson 2.8.9: https://github.com/google/gson , Apache 2.0
Google: proto-google-common-protos 2.0.1: https://github.com/googleapis/googleapis , Apache 2.0
diff --git a/pom.xml b/pom.xml
index 1e546b07f..128d7f6f0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
1.18.30
- 1.14.9
+ 1.17.6
1.68.1
4.1.115.Final
2.8.9