This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch align-deps in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 63e1056cd4eacc552746626ad42f0dc9d68cde80 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Nov 7 09:29:49 2022 +0100 Align main dependencies to next release 1.15.2 Signed-off-by: Andrea Cosentino <[email protected]> --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 38673046..809629bb 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.18.0</version> + <version>3.18.3</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -38,11 +38,11 @@ <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> - <camel-version>3.18.2</camel-version> + <camel-version>3.18.3</camel-version> <!-- quarkus --> - <camel-quarkus-version>2.13.0</camel-quarkus-version> - <quarkus-version>2.13.0.Final</quarkus-version> + <camel-quarkus-version>2.13.1</camel-quarkus-version> + <quarkus-version>2.13.3.Final</quarkus-version> <quarkus-platform-version>2.13.0.Final</quarkus-platform-version> <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.1.0-java11</quarkus-native-builder-image>
