This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 9da453a2f ORC-1907: Upgrade `byte-buddy` to 1.17.5
9da453a2f is described below
commit 9da453a2f276246cc8f7e62a0d17f60c37341651
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jun 8 17:27:38 2025 -0700
ORC-1907: Upgrade `byte-buddy` to 1.17.5
### What changes were proposed in this pull request?
This PR aims to upgrade `byte-buddy` to 1.17.5.
### Why are the changes needed?
To bring the latest bug fixes:
- https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.17.5
- https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.17.4
- https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.17.3
- https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.17.2
- https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.17.1
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2251 from dongjoon-hyun/ORC-1907.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/pom.xml b/java/pom.xml
index 674371a78..b7086f85c 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -252,13 +252,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.17.0</version>
+ <version>1.17.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
- <version>1.17.0</version>
+ <version>1.17.5</version>
<scope>test</scope>
</dependency>
<dependency>