This is an automated email from the ASF dual-hosted git repository. radhikakundam 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 7fd86e365 ATLAS-4853: Upgrade Netty to 4.1.108.Final 7fd86e365 is described below commit 7fd86e36595cd08196d5aa6163c996f1c08b6eba Author: dishatalreja <dishatalre...@gmail.com> AuthorDate: Mon Dec 9 16:12:59 2024 -0800 ATLAS-4853: Upgrade Netty to 4.1.108.Final Signed-off-by: Radhika Kundam <radhika.kun...@gmail.com> (cherry picked from commit 1d353ae23f3744190fa95602ea942c92c4332e81) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9426ea589..ce78e7067 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,7 @@ <lucene-solr.version>8.11.3</lucene-solr.version> <maven-plugin-sortpom.version>3.0.1</maven-plugin-sortpom.version> <maven-site-plugin.version>3.7</maven-site-plugin.version> - <netty.version>4.1.100.Final</netty.version> + <netty.version>4.1.108.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> <okio.version>3.4.0</okio.version>