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

HTHou pushed a commit to branch codex/upgrade-netty-cve
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 62ee96b445eb5e7ba7aa3186376cc35f598eca7e
Author: HTHou <[email protected]>
AuthorDate: Mon May 25 10:21:24 2026 +0800

    Upgrade Netty for CVE fixes
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a4a064b8884..b06647be538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
         <!-- This was the last version to support Java 8 -->
         <!--mockito.version>4.11.0</mockito.version-->
         <moquette.version>0.18.0</moquette.version>
-        <netty.version>4.1.126.Final</netty.version>
+        <netty.version>4.1.134.Final</netty.version>
         <!-- This was the last version to support Java 8 -->
         <openapi.generator.version>6.6.0</openapi.generator.version>
         <osgi.version>7.0.0</osgi.version>

Reply via email to