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 2022/06/28 09:06:43 UTC

[camel-spring-boot] branch main updated: Update to SB 2.7.1 (#582)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e2ec02da34d Update to SB 2.7.1 (#582)
e2ec02da34d is described below

commit e2ec02da34d47709ab10bd4687bd6747fb878c9a
Author: Federico Mariani <34...@users.noreply.github.com>
AuthorDate: Tue Jun 28 11:06:38 2022 +0200

    Update to SB 2.7.1 (#582)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d32b286112a..32538c29704 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.0</spring-boot-version>
+        <spring-boot-version>2.7.1</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.18.0-SNAPSHOT</camel-version>