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
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new d2a17d17f ATLAS-4720 : Upgrade Netty to 4.1.86.Final
d2a17d17f is described below
commit d2a17d17f73e0a489b26ade94809e3ad7c6ffd4c
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]>
(cherry picked from commit 7a834be5e17aa1f914cdbc39b52193263d6f12d4)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 726091e71..3d9ad8f07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -762,7 +762,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>