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 7a834be5e ATLAS-4720 : Upgrade Netty to 4.1.86.Final
7a834be5e is described below
commit 7a834be5e17aa1f914cdbc39b52193263d6f12d4
Author: vinayak.marraiya <[email protected]>
AuthorDate: Tue Jan 3 18:01:20 2023 +0530
ATLAS-4720 : Upgrade Netty to 4.1.86.Final
Signed-off-by: Pinal Shah <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 125076def..f8558cf2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -772,7 +772,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.78.Final</netty.version>
+ <netty.version>4.1.86.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>