Skip to content

Commit 3b0277f

Browse files
committed
ORC-2061: Upgrade byte-buddy to 1.18.4
### What changes were proposed in this pull request? This PR aims to upgrade `byte-buddy` to 1.18.4. ### Why are the changes needed? To bring the latest bug fixes: - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.4 - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.3 - [Use ASM 9.9.1](raphw/byte-buddy@6698c45#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8) - [Avoid using class file API when loaded on the boot path as multi release jar files are not available then](raphw/byte-buddy@04a89c6) - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.2 - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.1 - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.0 - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.17.8 - [Support Java 26 by using ASM 9.9](raphw/byte-buddy@8b7c507) - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.17.7 - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.17.6 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2501 from dongjoon-hyun/ORC-2061. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 3d1d140) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent dce80c1 commit 3b0277f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,13 @@
257257
<dependency>
258258
<groupId>net.bytebuddy</groupId>
259259
<artifactId>byte-buddy</artifactId>
260-
<version>1.17.5</version>
260+
<version>1.18.4</version>
261261
<scope>test</scope>
262262
</dependency>
263263
<dependency>
264264
<groupId>net.bytebuddy</groupId>
265265
<artifactId>byte-buddy-agent</artifactId>
266-
<version>1.17.5</version>
266+
<version>1.18.4</version>
267267
<scope>test</scope>
268268
</dependency>
269269
<dependency>

0 commit comments

Comments
 (0)