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/01/08 21:35:14 UTC

[camel-quarkus] 01/03: Upgrade SmallRye Reactive Messaging Camel to 2.7.1

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

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

commit 14b5b550ade87f800d1d346883326b3b56b6af6c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Jan 7 10:17:27 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index efb2618..e08af05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
         <protobuf.version>${protobuf-version}</protobuf.version>
         <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.7.0</smallrye.reactive.messaging.camel.version>
+        <smallrye.reactive.messaging.camel.version>2.7.1</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>