This is an automated email from the ASF dual-hosted git repository.
radhikakundam 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 f9df3293d ATLAS-4806: Upgrade netty to 4.1.100.Final due to
CVE-2023-44487
f9df3293d is described below
commit f9df3293d74e10894ab4730ad2b8ccc593d8bc04
Author: Disha Talreja <[email protected]>
AuthorDate: Tue Jan 30 11:23:46 2024 -0800
ATLAS-4806: Upgrade netty to 4.1.100.Final due to CVE-2023-44487
Signed-off-by: radhikakundam <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0e21c7f31..6e6724275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -776,7 +776,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.94.Final</netty.version>
+ <netty.version>4.1.100.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>