You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/14 10:45:26 UTC

[camel] branch main updated: Upgrade reactor-netty 1.1.9

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 05dcaba9dd6 Upgrade reactor-netty 1.1.9
05dcaba9dd6 is described below

commit 05dcaba9dd6f81f42a18d146dc3a6138e76fbff9
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 14 12:45:16 2023 +0200

    Upgrade reactor-netty 1.1.9
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index aeb08055fcc..03416c83591 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -413,7 +413,7 @@
         <quickfixj-version>2.3.1</quickfixj-version>
         <reactive-streams-version>1.0.4</reactive-streams-version>
         <reactor-version>3.5.8</reactor-version>
-        <reactor-netty-version>1.1.6</reactor-netty-version>
+        <reactor-netty-version>1.1.9</reactor-netty-version>
         <redisson-version>3.22.1</redisson-version>
         <resilience4j-version>2.0.2</resilience4j-version>
         <rest-assured-version>5.3.1</rest-assured-version>