This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch prepare-1.17 in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit d613142cca511518746d2215c9ab1d09e55db0ab Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 24 07:55:09 2023 +0100 Upgrade Camel-Quarkus to version 2.16.0 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e310e30..69261c90 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <camel-version>3.20.1</camel-version> <!-- quarkus --> - <camel-quarkus-version>2.14.0</camel-quarkus-version> + <camel-quarkus-version>2.16.0</camel-quarkus-version> <quarkus-version>2.14.0.Final</quarkus-version> <quarkus-platform-version>2.14.0.Final</quarkus-platform-version> <!-- The quarkus camel bom may differ from quarkus platfom -->