You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/05/19 17:36:34 UTC

[isis] branch 3059-SpringBoot_2_7_0 created (now 86efa396bb)

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

ahuber pushed a change to branch 3059-SpringBoot_2_7_0
in repository https://gitbox.apache.org/repos/asf/isis.git


      at 86efa396bb ISIS-3059: Bump Spring Boot 2.6.7 -> 2.7.0

This branch includes the following new commits:

     new 86efa396bb ISIS-3059: Bump Spring Boot 2.6.7 -> 2.7.0

The 1 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.



[isis] 01/01: ISIS-3059: Bump Spring Boot 2.6.7 -> 2.7.0

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

ahuber pushed a commit to branch 3059-SpringBoot_2_7_0
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 86efa396bb25c54d054955522fec669af1336075
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu May 19 19:36:30 2022 +0200

    ISIS-3059: Bump Spring Boot 2.6.7 -> 2.7.0
---
 bom/pom.xml      | 4 ++--
 starters/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 8d5c1d0b2f..53847ad9bb 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -45,7 +45,7 @@ under the License.
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.6.7</version>
+		<version>2.7.0</version>
 		<relativePath/>
 	</parent>
 
@@ -433,7 +433,7 @@ under the License.
 		<shiro.version>1.9.0</shiro.version>
 		<simpleslackapi.version>1.3.0</simpleslackapi.version>
 		<slf4j-api.version>1.7.36</slf4j-api.version> <!-- also provided by spring-boot-starter-logging, needed to solve convergence issues -->
-		<spring-boot.version>2.6.7</spring-boot.version> <!-- has no effect here, needs to be set in bom/pom.xml -->
+		<spring-boot.version>2.7.0</spring-boot.version> <!-- has no effect here, needs to be set in bom/pom.xml -->
 		<summernote.version>0.8.11</summernote.version>
 		<swagger-core.version>1.6.6</swagger-core.version>
 
diff --git a/starters/pom.xml b/starters/pom.xml
index 2fae1e4764..84e3051365 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.6.7</version>
+		<version>2.7.0</version>
 		<relativePath />
 	</parent>
 
@@ -41,7 +41,7 @@
 
 		<maven.compiler.release>11</maven.compiler.release>
 
-		<spring-boot.version>2.6.7</spring-boot.version>
+		<spring-boot.version>2.7.0</spring-boot.version>
 		<approvaltests.version>15.5.0</approvaltests.version>
 
 		<resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->