You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/03/18 07:00:15 UTC

[camel-quarkus] 05/05: Upgrade SmallRye Reactive Messaging Camel to 2.9.0

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

jamesnetherton pushed a commit to branch quarkus-1.13.0.CR1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 7a69af26c293f299b077c367a7331527207fca83
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Mar 18 06:52:46 2021 +0000

    Upgrade SmallRye Reactive Messaging Camel to 2.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4a0be6e..e30a6bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <reactor-netty.version>0.9.16.RELEASE</reactor-netty.version><!-- A newer micro than the one in azure-sdk-bom required by camel-quarkus-azure-eventhubs -->
         <retrofit.version>2.5.0</retrofit.version>
         <scala-2.11.version>2.11.12</scala-2.11.version><!-- Spark -->
-        <smallrye.reactive.messaging.camel.version>2.8.0</smallrye.reactive.messaging.camel.version> <!-- keep in sync with Quarkus SmallRye Reactive Messaging -->
+        <smallrye.reactive.messaging.camel.version>2.9.0</smallrye.reactive.messaging.camel.version> <!-- keep in sync with Quarkus SmallRye Reactive Messaging -->
         <soap-api.version>1.4.0</soap-api.version><!-- keep in sync with Camel -->
         <!-- Keep spring.version aligned with the version used by Camel -->
         <spring.version>${spring5-version}</spring.version>