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

davsclaus pushed a commit to branch camel-spring-boot-3.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.x by this 
push:
     new e0a4731fa9e CAMEL-19275: Upgrade Spring Boot 2.7.11
e0a4731fa9e is described below

commit e0a4731fa9efe835684effd9cc808651e43a01a1
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Apr 21 09:03:55 2023 +0200

    CAMEL-19275: Upgrade Spring Boot 2.7.11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 41caaa24f0f..951ed796464 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.10</spring-boot-version>
+        <spring-boot-version>2.7.11</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.21.0-SNAPSHOT</camel-version>

Reply via email to