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 24dff9baec Bump Spring Boot from 2.7.1 -> 2.7.2
24dff9baec is described below
commit 24dff9baece889c6fa6a7000e4908e198877132c
Author: andi-huber <[email protected]>
AuthorDate: Thu Jul 21 14:34:00 2022 +0200
Bump Spring Boot from 2.7.1 -> 2.7.2
- also remove duplicated spring-boot.version in pom hierarchy
---
bom/pom.xml | 3 +--
starters/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 8668daafe9..0700fbed39 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.1</version>
+ <version>2.7.2</version>
<relativePath/>
</parent>
@@ -434,7 +434,6 @@ under the License.
<shiro.version>1.9.1</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.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 7917971189..15b8e3d928 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.1</version>
+ <version>2.7.2</version>
<relativePath />
</parent>
@@ -41,7 +41,7 @@
<maven.compiler.release>11</maven.compiler.release>
- <spring-boot.version>2.7.1</spring-boot.version>
+ <spring-boot.version>2.7.2</spring-boot.version>
<approvaltests.version>17.1.0</approvaltests.version>
<resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in
sync with property defined in resteasy4-spring-boot-starter -->