This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-4.8.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.8.x by this push: new abd99350dc0 Upgrade reactor-netty to 1.1.28 to match the version of netty in camel (4.1.119.Final) (#17482) abd99350dc0 is described below commit abd99350dc0b994f14c102252ec35dc298f0d517 Author: Tom Cunningham <tcunn...@redhat.com> AuthorDate: Tue Mar 18 04:03:51 2025 -0400 Upgrade reactor-netty to 1.1.28 to match the version of netty in camel (4.1.119.Final) (#17482) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index bd06b5bfc74..9d7410ee743 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -423,7 +423,7 @@ <quickfixj-version>2.3.2</quickfixj-version> <reactive-streams-version>1.0.4</reactive-streams-version> <reactor-version>3.6.9</reactor-version> - <reactor-netty-version>1.1.22</reactor-netty-version> + <reactor-netty-version>1.1.28</reactor-netty-version> <redisson-version>3.35.0</redisson-version> <resilience4j-version>2.2.0</resilience4j-version> <rest-assured-version>5.5.0</rest-assured-version>