This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new daa2024a9 ORC-1244: Upgrade `byte-buddy` to 1.12.13 in branch-1.7
daa2024a9 is described below
commit daa2024a9e19ac042111898d915e1b16fad0ce1c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Aug 9 20:25:25 2022 -0700
ORC-1244: Upgrade `byte-buddy` to 1.12.13 in branch-1.7
### What changes were proposed in this pull request?
This PR aims to upgrade a test dependency, `byte-buddy`, in branch-1.7 to
1.12.13.
### Why are the changes needed?
To sync with branch-1.8 and main.
### How was this patch tested?
Pass the CIs.
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 2657c4c7e..b5eb1c04f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -924,7 +924,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.11.12</version>
+ <version>1.12.13</version>
<scope>test</scope>
</dependency>
</dependencies>