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
commit 878853f1e5a9be785cd66f0a0c560ccba1759d70 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 4429e08b3..7b9725280 100644 --- a/pom.xml +++ b/pom.xml @@ -775,7 +775,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>