You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/05/18 15:19:38 UTC

[camel-spring-boot] branch camel-spring-boot-3.20.x updated: Upgrade to SB 2.7.12

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

davsclaus pushed a commit to branch camel-spring-boot-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.20.x by this push:
     new 8e520625da1 Upgrade to SB 2.7.12
8e520625da1 is described below

commit 8e520625da1aa3b31b47e780f2d3df88355f2450
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu May 18 17:18:37 2023 +0200

    Upgrade to SB 2.7.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47202ba0d9b..1a5e5c872fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.7.11</spring-boot-version>
+        <spring-boot-version>2.7.12</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.20.5-SNAPSHOT</camel-version>