From 8d1ddf1c42df0546132b84d68bd6e6ef931446a8 Mon Sep 17 00:00:00 2001 From: manas-ctds Date: Fri, 12 Jun 2026 17:06:27 +0530 Subject: [PATCH 1/2] Upgrade netty.version to 4.1.135.Final to remediate CVEs --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 43e5005..d0eaf2c 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 2.0.3 2.21.2 2.0 - 4.1.133.Final + 4.1.135.Final streaming-ai @@ -214,6 +214,12 @@ ${netty.version} + + io.netty + netty-resolver-dns + ${netty.version} + + io.netty netty-codec @@ -239,6 +245,12 @@ netty-handler-proxy ${netty.version} + + + io.netty + netty-transport-native-unix-common + ${netty.version} + From 8b3437274f9908f3c34e2a3ccefd6b4bf8ba3889 Mon Sep 17 00:00:00 2001 From: manas-ctds Date: Fri, 12 Jun 2026 17:20:22 +0530 Subject: [PATCH 2/2] Bump reactor-netty-http to 1.2.18 to remediate CVE-2026-41715 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index d0eaf2c..887ea1a 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,7 @@ 2.21.2 2.0 4.1.135.Final + 1.2.18 streaming-ai @@ -251,6 +252,12 @@ netty-transport-native-unix-common ${netty.version} + + + io.projectreactor.netty + reactor-netty-http + ${reactor-netty-http.version} +