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/08/16 05:27:34 UTC

[camel] branch main updated: Upgrade reactor-core 3.5.9 (#11112)

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 a1f8f75d7a1 Upgrade reactor-core 3.5.9 (#11112)
a1f8f75d7a1 is described below

commit a1f8f75d7a10875d89c703000c987b2dd13b98cc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 16 07:27:27 2023 +0200

    Upgrade reactor-core 3.5.9 (#11112)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2fc03d2f688..9ba36097fd8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -397,7 +397,7 @@
         <quartz-version>2.3.2</quartz-version>
         <quickfixj-version>2.3.1</quickfixj-version>
         <reactive-streams-version>1.0.4</reactive-streams-version>
-        <reactor-version>3.5.8</reactor-version>
+        <reactor-version>3.5.9</reactor-version>
         <reactor-netty-version>1.1.9</reactor-netty-version>
         <redisson-version>3.23.2</redisson-version>
         <resilience4j-version>2.1.0</resilience4j-version>