You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by nb...@apache.org on 2021/04/27 09:16:25 UTC

[atlas] branch master updated: ATLAS-4255 : Atlas - Upgrade netty to 4.1.61

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

nbonte 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 e5f6ce4  ATLAS-4255 : Atlas - Upgrade netty to 4.1.61
e5f6ce4 is described below

commit e5f6ce43cd13adefd94fe45bbd9267124f91f559
Author: chaitali borole <ch...@cloudera.com>
AuthorDate: Mon Apr 26 22:11:00 2021 +0530

    ATLAS-4255 : Atlas - Upgrade netty to 4.1.61
    
    Signed-off-by: Nikhil Bonte <nb...@apache.org>
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9719c1b..bfa4abc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1054,6 +1054,14 @@
                 <version>${zookeeper.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-bom</artifactId>
+                <version>4.1.61.Final</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+
             <!-- commons -->
             <dependency>
                 <groupId>commons-configuration</groupId>