From bb9e4098c063b7ff69e2ea0ef9bacc725f04e841 Mon Sep 17 00:00:00 2001 From: Yavor16 Date: Fri, 10 Jul 2026 16:49:16 +0300 Subject: [PATCH 1/2] Bump reactor-netty from 1.2.18 to 1.3.6 Raise the managed reactor-netty version and add explicit managed pins for reactor-netty-core and reactor-netty-http so every reactor-netty artifact resolves to a single consistent version instead of leaving the core/http submodules floating at the cloudfoundry-client transitive version. Removes the stale property comment that warned against 1.3.x. JIRA:LMCROSSITXSADEPLOY-3410 --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3cc3c7a109..b58c275a4c 100644 --- a/pom.xml +++ b/pom.xml @@ -37,8 +37,7 @@ 4.33.0 5.1.0 5.16.0.RELEASE - - 1.2.18 + 1.3.6 4.1.135.Final 1.6.16 @@ -870,6 +869,16 @@ reactor-netty ${reactor-netty.version} + + io.projectreactor.netty + reactor-netty-core + ${reactor-netty.version} + + + io.projectreactor.netty + reactor-netty-http + ${reactor-netty.version} + org.cloudfoundry.multiapps From d5cd758b79599d0b4067d853e36cade8b3a9f723 Mon Sep 17 00:00:00 2001 From: Yavor16 Date: Tue, 14 Jul 2026 16:23:34 +0300 Subject: [PATCH 2/2] Bump Netty to 4.2.15.Final to align with reactor-netty 1.3.6 reactor-netty 1.3.x requires Netty 4.2.x. Align the pinned netty.version property with the already-bumped reactor-netty 1.3.6 so the entire Netty artifact set resolves to a single consistent version (4.2.15.Final). The CVE-2026-42583 fix present in the previous 4.1.x pin is also included in 4.2.15.Final. JIRA:LMCROSSITXSADEPLOY-3410 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b58c275a4c..d7ad3463c5 100644 --- a/pom.xml +++ b/pom.xml @@ -38,8 +38,8 @@ 5.1.0 5.16.0.RELEASE 1.3.6 - - 4.1.135.Final + + 4.2.15.Final 1.6.16 2.7.0 33.5.0-jre