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/12/03 18:52:22 UTC

[isis] branch master updated: Bump Spring Boot 2.6.0 -> 2.6.1

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 0f21db7  Bump Spring Boot 2.6.0 -> 2.6.1
0f21db7 is described below

commit 0f21db71e319722220a552a133b5ef79dafe9b86
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Dec 3 19:52:11 2021 +0100

    Bump Spring Boot 2.6.0 -> 2.6.1
    
    - bug fix release
---
 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 647f65d..ae9578d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -175,7 +175,7 @@
 		<shiro.version>1.8.0</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.6.0</spring-boot.version> <!-- has no effect here, needs to be set in isis-parent/pom.xml -->
+		<spring-boot.version>2.6.1</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.3</swagger-core.version>
 
diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index cea708e..6047bd1 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.0</version>
+		<version>2.6.1</version>
 		<relativePath/>
 	</parent>
 
diff --git a/starters/pom.xml b/starters/pom.xml
index 82f4142..6a611eb 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.0</version>
+		<version>2.6.1</version>
 		<relativePath />
 	</parent>
 
@@ -41,7 +41,7 @@
 
 		<maven.compiler.release>11</maven.compiler.release>
 
-		<spring-boot.version>2.6.0</spring-boot.version>
+		<spring-boot.version>2.6.1</spring-boot.version>
 		<approvaltests.version>12.3.1</approvaltests.version>
 		
 		<resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->