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/07/07 16:26:41 UTC

[orc] branch branch-1.8 updated: ORC-1168: Upgrade byte-buddy to 1.12.10 (#1111)

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

dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 9f1aa78c5 ORC-1168: Upgrade byte-buddy to 1.12.10 (#1111)
9f1aa78c5 is described below

commit 9f1aa78c5e4649fc3a97418d6bec02d48e5e6e69
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 9 15:56:30 2022 -0700

    ORC-1168: Upgrade byte-buddy to 1.12.10 (#1111)
    
    Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.9 to 1.12.10.
    - [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.12.9...byte-buddy-1.12.10)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 644ff40ec0ac371b23d034ace61f63ee2ba3cc09)
    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 66a55ac89..543042412 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -881,7 +881,7 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.12.9</version>
+        <version>1.12.10</version>
         <scope>test</scope>
       </dependency>
       <dependency>