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/03/25 04:44:05 UTC

[isis] branch master updated: Bump spring-boot from 2.6.4 to 2.6.5

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 6276ee8  Bump spring-boot from 2.6.4 to 2.6.5
6276ee8 is described below

commit 6276ee8806ddd75bdd3ff761c0fc6925d2a99d18
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Mar 25 05:43:56 2022 +0100

    Bump spring-boot from 2.6.4 to 2.6.5
---
 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 d2b408f..46d60f4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -171,7 +171,7 @@
 		<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.4</spring-boot.version> <!-- has no effect here, needs to be set in isis-parent/pom.xml -->
+		<spring-boot.version>2.6.5</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.5</swagger-core.version>
 
diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index b0b488e..17168af 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.6.4</version>
+		<version>2.6.5</version>
 		<relativePath/>
 	</parent>
 
diff --git a/starters/pom.xml b/starters/pom.xml
index 6b52dc6..0c48d34 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.4</version>
+		<version>2.6.5</version>
 		<relativePath />
 	</parent>
 
@@ -41,7 +41,7 @@
 
 		<maven.compiler.release>11</maven.compiler.release>
 
-		<spring-boot.version>2.6.4</spring-boot.version>
+		<spring-boot.version>2.6.5</spring-boot.version>
 		<approvaltests.version>15.0.0</approvaltests.version>
 
 		<resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->