You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/08/09 05:49:33 UTC

[orc] branch branch-1.7 updated: ORC-932: Bump byte-buddy from 1.10.19 to 1.11.12 (#842)

This is an automated email from the ASF dual-hosted git repository.

dongjoon 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 aefcc83b7 ORC-932: Bump byte-buddy from 1.10.19 to 1.11.12 (#842)
aefcc83b7 is described below

commit aefcc83b703d9bafb3f88b75a45ce1c93607aa58
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 10 17:38:24 2021 -0700

    ORC-932: Bump byte-buddy from 1.10.19 to 1.11.12 (#842)
    
    Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.19 to 1.11.12.
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.19...byte-buddy-1.11.12)
    
    (cherry picked from commit dd57999241bb4e0cddc394b2b22f1bfc03a257a1)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 8b6affbcf..2657c4c7e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -924,7 +924,7 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.10.19</version>
+        <version>1.11.12</version>
         <scope>test</scope>
       </dependency>
     </dependencies>