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/11/13 07:38:01 UTC

[orc] 03/04: ORC-957: Bump netty-all from 4.1.66.Final to 4.1.67.Final (#870)

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

commit 69db5a112288c4a582b804c2c3077e4904ee576e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 16 08:57:45 2021 -0700

    ORC-957: Bump netty-all from 4.1.66.Final to 4.1.67.Final (#870)
    
    Bumps [netty-all](https://github.com/netty/netty) from 4.1.66.Final to 4.1.67.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.66.Final...netty-4.1.67.Final)
    
    (cherry picked from commit 28085ee91a2d6635e138d8e18a38065d494f144a)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/bench/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 97b81d1..0084e19 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -111,7 +111,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
-        <version>4.1.66.Final</version>
+        <version>4.1.67.Final</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>