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

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

commit c048dd97d53330b613184b20c478e85ba5acd596
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Sep 6 13:56:19 2022 +0200

    Prepare for 1.15.0 release: Align to Camel 3.18.1, quarkus 2.12.0.Final and 
camel-quarkus 2.12.0
---
 pom.xml                             | 8 ++++----
 support/camel-k-runtime-bom/pom.xml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9654f984..e6c8d00c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,12 +38,12 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <camel-version>3.18.0</camel-version>
+        <camel-version>3.18.1</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>2.11.0</camel-quarkus-version>
-        <quarkus-version>2.11.3.Final</quarkus-version>
-        <quarkus-platform-version>2.11.3.Final</quarkus-platform-version>
+        <camel-quarkus-version>2.12.0</camel-quarkus-version>
+        <quarkus-version>2.12.0.Final</quarkus-version>
+        <quarkus-platform-version>2.12.0.Final</quarkus-platform-version>
         
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.1.0-java11</quarkus-native-builder-image>
 
         <!-- camel-k -->
diff --git a/support/camel-k-runtime-bom/pom.xml 
b/support/camel-k-runtime-bom/pom.xml
index 43a1b82b..4c2525ba 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -38,7 +38,7 @@
 
         <maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
         <maven-version>3.6.3</maven-version>
-        <quarkus-platform-version>2.11.3.Final</quarkus-platform-version>
+        <quarkus-platform-version>2.12.0.Final</quarkus-platform-version>
     </properties>
 
     <developers>

Reply via email to