Commit 3b0277f
committed
ORC-2061: Upgrade
### 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>byte-buddy to 1.18.41 parent dce80c1 commit 3b0277f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments