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 2021/11/24 13:43:39 UTC

[atlas] branch branch-2.0 updated: ATLAS-4493 : Upgrade netty to 4.1.69

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 09558c6  ATLAS-4493 : Upgrade netty to 4.1.69
09558c6 is described below

commit 09558c6a414a2327459ab660d91d9cb04c6f77d2
Author: chaitali borole <ch...@freestoneinfotech.com>
AuthorDate: Tue Nov 23 12:57:44 2021 +0530

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

diff --git a/pom.xml b/pom.xml
index debfc9e..a0283ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -740,6 +740,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>
         <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>
@@ -1071,7 +1072,7 @@
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-bom</artifactId>
-                <version>4.1.61.Final</version>
+                <version>${netty.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>