You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/28 18:00:17 UTC

[camel] 01/02: Upgrade Reactor Netty to version 1.0.24

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 781b39da66a0ce2ea8f8a634be2157f4fb3623d8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 28 18:59:20 2022 +0100

    Upgrade Reactor Netty to version 1.0.24
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b62a82aeb53..7e6c2e58644 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -459,7 +459,7 @@
         <rdf4j-model-version>3.7.4</rdf4j-model-version>
         <reactive-streams-version>1.0.4</reactive-streams-version>
         <reactor-version>3.4.25</reactor-version>
-        <reactor-netty-version>1.0.2</reactor-netty-version>
+        <reactor-netty-version>1.0.24</reactor-netty-version>
         <redisson-version>3.16.7</redisson-version>
         <resilience4j-version>1.7.1</resilience4j-version>
         <rest-assured-version>4.5.1</rest-assured-version>