You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ra...@apache.org on 2023/01/24 22:14:42 UTC

[phoenix-omid] branch master updated: Upgrade Netty to 4.1.86.Final (#125)

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

rajeshbabu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new f5cd7dc5 Upgrade Netty to 4.1.86.Final (#125)
f5cd7dc5 is described below

commit f5cd7dc5e64c7c403504e06696f47c52d7099234
Author: Rajeshbabu Chintaguntla <ch...@gmail.com>
AuthorDate: Wed Jan 25 03:44:36 2023 +0530

    Upgrade Netty to 4.1.86.Final (#125)
    
    Co-authored-by: Rajeshbabu Chintaguntla <ra...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 513a096c..c5bf548d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
         <testng.version>6.10</testng.version>
         <slf4j.version>1.7.36</slf4j.version>
         <log4j2.version>2.18.0</log4j2.version>
-        <netty4.version>4.1.79.Final</netty4.version>
+        <netty4.version>4.1.86.Final</netty4.version>
         <!-- com.google repo will be used except on Aarch64 platform. -->
         <protobuf.group>com.google.protobuf</protobuf.group>
         <protobuf-java.version>2.5.0</protobuf-java.version>