This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new ec3f0ef5e TEZ-4655: Upgrade Upgrade to netty 4.1.130.Final (#442) 
(Raghav Aggarwal reviewed by Laszlo Bodor)
ec3f0ef5e is described below

commit ec3f0ef5ecabfaed7031777279ce84efac45b8f1
Author: Raghav Aggarwal <[email protected]>
AuthorDate: Thu Jan 22 19:45:03 2026 +0530

    TEZ-4655: Upgrade Upgrade to netty 4.1.130.Final (#442) (Raghav Aggarwal 
reviewed by Laszlo Bodor)
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22784e932..58ca47a00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     <maven-site-plugin.version>3.12.1</maven-site-plugin.version>
     <metrics-core.version>3.1.0</metrics-core.version>
     <mockito-core.version>4.8.1</mockito-core.version>
-    <netty.version>4.1.116.Final</netty.version>
+    <netty.version>4.1.130.Final</netty.version>
     <pig.version>0.13.0</pig.version>
     <protobuf.version>3.25.5</protobuf.version>
     <protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
@@ -434,6 +434,10 @@
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-server</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>io.netty</groupId>
+            <artifactId>*</artifactId>
+          </exclusion>
           <exclusion>
             <groupId>org.eclipse.jdt</groupId>
             <artifactId>core</artifactId>

Reply via email to