This is an automated email from the ASF dual-hosted git repository.
rajeshbabu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git
The following commit(s) were added to refs/heads/master by this push:
new 51648d3f OMID-290 fix CVE-2024-29025 in netty package (#161)
51648d3f is described below
commit 51648d3f9583581d4315049d6918ae48da9f8d36
Author: Nikita Pande <[email protected]>
AuthorDate: Mon Apr 29 14:30:55 2024 +0530
OMID-290 fix CVE-2024-29025 in netty package (#161)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d54a79a5..13135685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<testng.version>6.10</testng.version>
<slf4j.version>1.7.36</slf4j.version>
<log4j2.version>2.21.0</log4j2.version>
- <netty4.version>4.1.100.Final</netty4.version>
+ <netty4.version>4.1.108.Final</netty4.version>
<!-- com.google repo will be used except on Aarch64 platform. -->
<protobuf.group>com.google.protobuf</protobuf.group>
<protobuf-java.version>2.5.0</protobuf-java.version>