You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2022/04/11 11:17:41 UTC

[atlas] branch branch-2.0 updated: ATLAS-4579 : Upgrade netty to 4.1.72

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

pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new aec095b95 ATLAS-4579 : Upgrade netty to 4.1.72
aec095b95 is described below

commit aec095b957271cdcbbf815d7fe3a6e638c834a77
Author: vinayak.marraiya <vi...@cloudera.com>
AuthorDate: Wed Apr 6 22:37:47 2022 +0530

    ATLAS-4579 : Upgrade netty to 4.1.72
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
    (cherry picked from commit 13805035c2644c6e9122ccea9aef9fc43c1444eb)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e58b760ff..809ccbe22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -751,7 +751,7 @@
         <lucene-solr.version>8.6.3</lucene-solr.version>
         <maven-site-plugin.version>3.7</maven-site-plugin.version>
         <MaxPermGen>512m</MaxPermGen>
-        <netty.version>4.1.69.Final</netty.version>
+        <netty.version>4.1.72.Final</netty.version>
         <node-for-v2.version>v12.16.0</node-for-v2.version>
         <npm-for-v2.version>6.13.7</npm-for-v2.version>
         <opencsv.version>5.0</opencsv.version>