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 4de471d1c1182c5d96c2cfd284bd26ca50300587
Author: dependabot[bot] <49699333+dependabot[bot]@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)
    
    (cherry picked from commit 3a07115775d44adbd10f72e2c150724dbe1ba9a3)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 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 5f554ff..97b81d1 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.42.Final</version>
+        <version>4.1.66.Final</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>

Reply via email to