You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/07/23 06:17:50 UTC

[camel-spring-boot] branch main updated (f3c283c -> a2a8639)

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

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


    from f3c283c  [create-pull-request] automated change
     new a848bbb  Upgrade Spring Boot to version 2.5.3
     new a2a8639  Upgrade Spring Boot to version 2.5.3

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 pom.xml                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel-spring-boot] 01/02: Upgrade Spring Boot to version 2.5.3

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a848bbbc60ef6a09ee0c10f1bf7efec4347365d6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 23 08:10:49 2021 +0200

    Upgrade Spring Boot to version 2.5.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8bde7fc..5c886b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.5.2</spring-boot-version>
+        <spring-boot-version>2.5.3</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.12.0-SNAPSHOT</camel-version>

[camel-spring-boot] 02/02: Upgrade Spring Boot to version 2.5.3

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a2a8639fad03597737b65950c26ebc63a5d5b853
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 23 08:11:16 2021 +0200

    Upgrade Spring Boot to version 2.5.3
---
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml
index 01469c7..0063dd1 100644
--- a/archetypes/camel-archetype-spring-boot/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/pom.xml
@@ -34,7 +34,7 @@
     <packaging>maven-archetype</packaging>
 
     <properties>
-         <spring-boot-version>2.5.2</spring-boot-version>
+         <spring-boot-version>2.5.3</spring-boot-version>
          <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
     </properties>