This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/spring6 by this push:
new fccc23b0fd Bumps Spring Boot 3.2.1 -> 3.2.2
fccc23b0fd is described below
commit fccc23b0fdeb0366cf76c9478f94d9970e3b4f8c
Author: Andi Huber <[email protected]>
AuthorDate: Sat Jan 20 15:38:08 2024 +0100
Bumps Spring Boot 3.2.1 -> 3.2.2
---
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 9c8f47330a..f9e317d6d9 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>3.2.1</version>
+ <version>3.2.2</version>
<relativePath/>
</parent>
<groupId>org.apache.causeway</groupId>
@@ -171,7 +171,7 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<simpleslackapi.version>1.4.0</simpleslackapi.version>
<slf4j-api.version>2.0.11</slf4j-api.version> <!-- also provided by
spring-boot-starter-logging, needed to solve convergence issues -->
<snakeyaml.version>2.0</snakeyaml.version>
- <spring-boot.version>3.2.1</spring-boot.version>
+ <spring-boot.version>3.2.2</spring-boot.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 -->
<swagger-core.version>2.2.20</swagger-core.version>
diff --git a/starters/pom.xml b/starters/pom.xml
index 3665e16933..354e9697d5 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -33,7 +33,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.2.1</version>
+ <version>3.2.2</version>
<relativePath />
</parent>
@@ -48,7 +48,7 @@
<maven.compiler.release>21</maven.compiler.release>
- <spring-boot.version>3.2.1</spring-boot.version>
+ <spring-boot.version>3.2.2</spring-boot.version>
<approvaltests.version>22.3.3</approvaltests.version>
<!-- IMPORTANT: keep in sync with property defined in
resteasy-spring-boot-starter -->