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 4502600b8c5bb310d1d044e2830103435ffb2181 Author: James Netherton <jamesnether...@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>