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/06/17 07:05:55 UTC

[atlas] branch master updated: ATLAS-4618 : Upgrade netty to 4.1.77

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 15fc88706 ATLAS-4618 :  Upgrade netty to 4.1.77
15fc88706 is described below

commit 15fc887065da0b673049065178a8b23ad11cbf63
Author: vinayak.marraiya <vi...@freestoneinfotech.com>
AuthorDate: Tue Jun 14 16:11:51 2022 +0530

    ATLAS-4618 :  Upgrade netty to 4.1.77
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c83099f9a..68c0b9eb5 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.72.Final</netty.version>
+        <netty.version>4.1.77.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>