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 04645652d ATLAS-4806: Upgrade netty to 4.1.100.Final due to
CVE-2023-44487
04645652d is described below
commit 04645652d7918ad96911fde06a06b6a142befa64
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]>
(cherry picked from commit f9df3293d74e10894ab4730ad2b8ccc593d8bc04)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c0b425166..be210ac4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -766,7 +766,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>