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/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 4916a0863b Bumps Spring Boot 2.7.15 -> 2.7.16
4916a0863b is described below
commit 4916a0863bfbb757fe155f28bbef3e8ce09f07cc
Author: Andi Huber <[email protected]>
AuthorDate: Thu Sep 21 18:45:41 2023 +0200
Bumps Spring Boot 2.7.15 -> 2.7.16
---
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 6d725b8461..06f5203cbb 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -34,7 +34,7 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.7.15</version>
+ <version>2.7.16</version>
<relativePath/>
</parent>
<groupId>org.apache.causeway</groupId>
@@ -174,7 +174,7 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<shiro.version>1.12.0</shiro.version>
<simpleslackapi.version>1.4.0</simpleslackapi.version>
<slf4j-api.version>2.0.9</slf4j-api.version> <!-- also provided by
spring-boot-starter-logging, needed to solve convergence issues -->
- <spring-boot.version>2.7.15</spring-boot.version>
+ <spring-boot.version>2.7.16</spring-boot.version>
<summernote.version>0.8.20</summernote.version>
<surefire-plugin.argLine>-Xmx384m</surefire-plugin.argLine>
<surefire.useModulePath>false</surefire.useModulePath> <!-- disable
module-path for testing, that is, put everything on the class-path -->
diff --git a/starters/pom.xml b/starters/pom.xml
index e3f19c163c..7c4d78bb1b 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.15</version>
+ <version>2.7.16</version>
<relativePath />
</parent>
@@ -41,7 +41,7 @@
<maven.compiler.release>11</maven.compiler.release>
- <spring-boot.version>2.7.15</spring-boot.version>
+ <spring-boot.version>2.7.16</spring-boot.version>
<approvaltests.version>19.0.0</approvaltests.version>
<!-- IMPORTANT: keep in sync with property defined in
resteasy-spring-boot-starter -->