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 2fce8b7a06 Bump Spring Boot 2.7.0 -> 2.7.1
2fce8b7a06 is described below

commit 2fce8b7a06633eefb2563ac709f2475a390b46dc
Author: Andi Huber <ahu...@apache.org>
AuthorDate: Thu Jun 23 17:14:04 2022 +0200

    Bump Spring Boot 2.7.0 -> 2.7.1
---
 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 f213ef1dd4..c8c356741c 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.7.0</version>
+               <version>2.7.1</version>
                <relativePath/>
        </parent>
 
@@ -434,7 +434,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.7.0</spring-boot.version> <!-- has no 
effect here, needs to be set in bom/pom.xml -->
+               <spring-boot.version>2.7.1</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 5ebd504e10..1b34342f46 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.7.0</version>
+               <version>2.7.1</version>
                <relativePath />
        </parent>
 
@@ -41,7 +41,7 @@
 
                <maven.compiler.release>11</maven.compiler.release>
 
-               <spring-boot.version>2.7.0</spring-boot.version>
+               <spring-boot.version>2.7.1</spring-boot.version>
                <approvaltests.version>15.8.0</approvaltests.version>
 
                <resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in 
sync with property defined in resteasy4-spring-boot-starter -->

Reply via email to