This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/camel-main by this push: new a4a81d7e Aligned to the latest version of Camel Quarkus and Quarkus a4a81d7e is described below commit a4a81d7e3ce4556bca7f31d62a5443b1840915b9 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Thu Jun 16 15:24:24 2022 +0200 Aligned to the latest version of Camel Quarkus and Quarkus --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 361bf7ba..1887d66e 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,8 @@ <camel-version>3.18.0-SNAPSHOT</camel-version> <!-- quarkus --> - <camel-quarkus-version>2.9.0-SNAPSHOT</camel-quarkus-version> - <quarkus-version>2.9.0.CR1</quarkus-version> + <camel-quarkus-version>2.10.0-SNAPSHOT</camel-quarkus-version> + <quarkus-version>2.10.0.CR1</quarkus-version> <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.0.0-java11</quarkus-native-builder-image>