You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2024/03/28 15:33:24 UTC

(camel-k-runtime) branch release-3.2.x updated: Update quarkus platform to 3.2.11 (#1201)

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

claudio4j pushed a commit to branch release-3.2.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/release-3.2.x by this push:
     new b8453314 Update quarkus platform to 3.2.11 (#1201)
b8453314 is described below

commit b84533145732b403a58e4406f6fd494d493c2583
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Thu Mar 28 12:33:18 2024 -0300

    Update quarkus platform to 3.2.11 (#1201)
---
 pom.xml                             | 4 ++--
 support/camel-k-runtime-bom/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7801bf06..d0672c61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,9 @@
         <camel-version>4.0.3</camel-version>
 
         <!-- quarkus -->
-        <quarkus-version>3.2.10.Final</quarkus-version>
+        <quarkus-version>3.2.11.Final</quarkus-version>
         <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>
-        <quarkus-platform-version>3.2.10.Final</quarkus-platform-version>
+        <quarkus-platform-version>3.2.11.Final</quarkus-platform-version>
         <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:23.0-jdk-17</quarkus-native-builder-image>
 
         <!-- camel-k-runtime specific -->
diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index 3bb0647a..4d6c5efe 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -39,7 +39,7 @@
         <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
         <maven-version>3.8.6</maven-version>
         <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>
-        <quarkus-platform-version>3.2.10.Final</quarkus-platform-version>
+        <quarkus-platform-version>3.2.11.Final</quarkus-platform-version>
     </properties>
 
     <developers>