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/11 17:26:56 UTC

[orc] branch main updated: ORC-938: Bump netty-all from 4.1.42.Final to 4.1.66.Final (#819)

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 3a07115  ORC-938: Bump netty-all from 4.1.42.Final to 4.1.66.Final (#819)
3a07115 is described below

commit 3a07115775d44adbd10f72e2c150724dbe1ba9a3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 11 10:26:52 2021 -0700

    ORC-938: Bump netty-all from 4.1.42.Final to 4.1.66.Final (#819)
    
    Bumps [netty-all](https://github.com/netty/netty) from 4.1.42.Final to 4.1.66.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.42.Final...netty-4.1.66.Final)
---
 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 02503ef..03f89e6 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -91,7 +91,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
-        <version>4.1.42.Final</version>
+        <version>4.1.66.Final</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>