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 2021/08/23 23:47:52 UTC

[orc] branch main updated: ORC-966: Bump byte-buddy from 1.11.12 to 1.11.13 (#880)

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 ebb043d  ORC-966: Bump byte-buddy from 1.11.12 to 1.11.13 (#880)
ebb043d is described below

commit ebb043d8c210a412ab3725d45e8c7e36688683c3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 23 16:47:45 2021 -0700

    ORC-966: Bump byte-buddy from 1.11.12 to 1.11.13 (#880)
    
    Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.11.12 to 1.11.13.
    - [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.11.12...byte-buddy-1.11.13)
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 92af7d8..bee76c9 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -827,7 +827,7 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.11.12</version>
+        <version>1.11.13</version>
         <scope>test</scope>
       </dependency>
     </dependencies>