This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 0f3c868e1 ORC-1907: Upgrade `byte-buddy` to 1.17.5
0f3c868e1 is described below
commit 0f3c868e1438b40cf44f630050f95107516ae24d
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]>
(cherry picked from commit 9da453a2f276246cc8f7e62a0d17f60c37341651)
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 51d355ad9..72c0da50a 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>