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
commit 12b2c3e94f31479a096fe0f40b7b8df584d4a8e7 Author: vinayak.marraiya <vinayak.marra...@cloudera.com> AuthorDate: Tue Aug 8 20:37:21 2023 +0530 ATLAS-4781 : Upgrade Netty to 4.1.94.Final Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d4df84fc0..5b1bf75a9 100644 --- a/pom.xml +++ b/pom.xml @@ -765,7 +765,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.86.Final</netty.version> + <netty.version>4.1.94.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>