Skip to content

Commit b7139d6

Browse files
authored
Upgrade bytebuddy to 1.17.6 (#761)
1 parent b1f18f3 commit b7139d6

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Release Notes.
1515
* Add support for `dameng(DM)` JDBC url format in `URLParser`.
1616
* Fix RabbitMQ Consumer could not receive handleCancelOk callback.
1717
* Support for tracking in lettuce versions 6.5.x and above.
18+
* Upgrade byte-buddy version to 1.17.6.
1819

1920
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/236?closed=1)
2021

apm-sniffer/apm-agent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<artifact>net.bytebuddy:byte-buddy</artifact>
107107
<excludes>
108108
<exclude>META-INF/versions/9/module-info.class</exclude>
109+
<exclude>META-INF/versions/24/**</exclude>
109110
</excludes>
110111
</filter>
111112
<filter>

dist-material/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Apache 2.0 licenses
215215
The following components are provided under the Apache License. See project link for details.
216216
The text of each license is the standard Apache 2.0 license.
217217

218-
raphw (byte-buddy) 1.14.9: http://bytebuddy.net/ , Apache 2.0
218+
raphw (byte-buddy) 1.17.6: http://bytebuddy.net/ , Apache 2.0
219219
Google: grpc-java 1.68.1: https://github.com/grpc/grpc-java, Apache 2.0
220220
Google: gson 2.8.9: https://github.com/google/gson , Apache 2.0
221221
Google: proto-google-common-protos 2.0.1: https://github.com/googleapis/googleapis , Apache 2.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<lombok.version>1.18.30</lombok.version>
8787

8888
<!-- core lib dependency -->
89-
<bytebuddy.version>1.14.9</bytebuddy.version>
89+
<bytebuddy.version>1.17.6</bytebuddy.version>
9090
<grpc.version>1.68.1</grpc.version>
9191
<netty.version>4.1.115.Final</netty.version>
9292
<gson.version>2.8.9</gson.version>

0 commit comments

Comments
 (0)