This is an automated email from the ASF dual-hosted git repository.
stoty 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 51144f35 OMID-301 Update Netty to 4.1.119 (#181)
51144f35 is described below
commit 51144f35044a6ed2ed3e45d70722e21026068ec6
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Mar 14 16:38:35 2025 +0100
OMID-301 Update Netty to 4.1.119 (#181)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f8fe9ce0..e6d36811 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
<testng.version>7.5.1</testng.version>
<slf4j.version>1.7.36</slf4j.version>
<log4j2.version>2.21.0</log4j2.version>
- <netty4.version>4.1.108.Final</netty4.version>
+ <netty4.version>4.1.119.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>