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/08/22 06:38:28 UTC

[atlas] branch master updated: ATLAS-4648: Upgrade Netty Project to 4.1.78.Final

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 11ae43000 ATLAS-4648: Upgrade Netty Project to 4.1.78.Final
11ae43000 is described below

commit 11ae43000008a148a355193514f8fd4e04baf712
Author: chaitali borole <ch...@freestoneinfotech.com>
AuthorDate: Wed Jul 27 11:51:31 2022 +0530

    ATLAS-4648: Upgrade Netty Project to 4.1.78.Final
    
    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 a2cbb8144..548382446 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.77.Final</netty.version>
+        <netty.version>4.1.78.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>