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 7da63fb876 Bump Spring Boot from 2.7.1 -> 2.7.2 (2)
7da63fb876 is described below
commit 7da63fb87652f4a836b2a2f71964ce73ba8e7c84
Author: andi-huber <[email protected]>
AuthorDate: Thu Jul 21 14:39:20 2022 +0200
Bump Spring Boot from 2.7.1 -> 2.7.2 (2)
- restores spring-boot.version pom variable in prev. commit
---
bom/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/bom/pom.xml b/bom/pom.xml
index 0700fbed39..98aa68a3eb 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -434,6 +434,7 @@ 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.2</spring-boot.version>
<summernote.version>0.8.11</summernote.version>
<swagger-core.version>1.6.6</swagger-core.version>