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 2021/07/22 18:51:51 UTC

[isis] branch master updated: Bump spring-boot from 2.5.2 to 2.5.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fa12c6f  Bump spring-boot from 2.5.2 to 2.5.3
fa12c6f is described below

commit fa12c6f1a05065b12d60811a2397e03349a1ccd3
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Jul 22 20:51:28 2021 +0200

    Bump spring-boot from 2.5.2 to 2.5.3
    
    https://github.com/spring-projects/spring-boot/releases/tag/v2.5.3
---
 core/pom.xml        | 2 +-
 isis-parent/pom.xml | 2 +-
 starters/pom.xml    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index b1ae2ee..2223b32 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -175,7 +175,7 @@
 		<shiro.version>1.7.1</shiro.version>
 		<simpleslackapi.version>1.3.0</simpleslackapi.version>
 		<slf4j-api.version>1.7.32</slf4j-api.version> <!-- also provided by spring-boot-starter-logging, needed to solve convergence issues -->
-		<spring-boot.version>2.5.2</spring-boot.version> <!-- has no effect here, needs to be set in isis-parent/pom.xml -->
+		<spring-boot.version>2.5.3</spring-boot.version> <!-- has no effect here, needs to be set in isis-parent/pom.xml -->
 		<summernote.version>0.8.11</summernote.version>
 		<swagger-core.version>1.6.2</swagger-core.version>
 
diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index 3f9efe3..cb095a5 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -45,7 +45,7 @@ under the License.
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.5.2</version>
+		<version>2.5.3</version>
 		<relativePath/>
 	</parent>
 
diff --git a/starters/pom.xml b/starters/pom.xml
index 83b97bf..f830604 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.5.2</version>
+		<version>2.5.3</version>
 		<relativePath />
 	</parent>
 
@@ -41,7 +41,7 @@
 
 		<maven.compiler.release>11</maven.compiler.release>
 
-		<spring-boot.version>2.5.2</spring-boot.version>
+		<spring-boot.version>2.5.3</spring-boot.version>
 		<approvaltests.version>11.7.0</approvaltests.version>
 		
 		<resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->