You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/08 13:47:44 UTC

[camel-k-runtime] 01/07: Align to deps coming from next release 1.15.2 even on main

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit a6c920e2268d624f877d60b4e9d7bd966c73c36b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 7 09:41:22 2022 +0100

    Align to deps coming from next release 1.15.2 even on main
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 13f9b561..ef8a922c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.18.2</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>