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

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


The following commit(s) were added to refs/heads/main by this push:
     new b290ae4a chore: bump Quarkus platform to 3.15.1
b290ae4a is described below

commit b290ae4aeb20be15c9deeed5b0842c21cf6157cf
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Sep 26 18:57:41 2024 +0200

    chore: bump Quarkus platform to 3.15.1
---
 pom.xml                             | 2 +-
 support/camel-k-runtime-bom/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8e37bbb5..d0dca6f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <!-- quarkus -->
         <quarkus-version>3.15.0</quarkus-version>
         <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>
-        <quarkus-platform-version>3.15.0.CR1</quarkus-platform-version>
+        <quarkus-platform-version>3.15.1</quarkus-platform-version>
         
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21</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 cf787f1b..2bb8559a 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.5.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.15.0.CR1</quarkus-platform-version>
+        <quarkus-platform-version>3.15.1</quarkus-platform-version>
     </properties>
 
     <developers>

Reply via email to