This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new a62773bd770 Bumps Spring Boot 3.5.0 -> 3.5.2
a62773bd770 is described below
commit a62773bd770bda020008a00b0b7d1cc0ee703688
Author: andi-huber <[email protected]>
AuthorDate: Fri Jun 20 07:53:56 2025 +0200
Bumps Spring Boot 3.5.0 -> 3.5.2
3.5.2 was released just hours after 3.5.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 5a4deb89251..978f5fc205d 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -39,7 +39,7 @@ identified
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.5.0</version>
+ <version>3.5.2</version>
<relativePath />
</parent>
<groupId>org.apache.causeway</groupId>
@@ -190,7 +190,7 @@ identified
<sql-formatter.version>2.0.5</sql-formatter.version>
<snakeyaml.version>2.0</snakeyaml.version>
- <spring-boot.version>3.5.0</spring-boot.version>
+ <spring-boot.version>3.5.2</spring-boot.version>
<surefire-plugin.argLine>
-Xmx384m
diff --git a/starters/pom.xml b/starters/pom.xml
index 5a31ef4d96f..561a9ccbd01 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.5.0</version>
+ <version>3.5.2</version>
<relativePath />
</parent>
@@ -48,7 +48,7 @@
<maven.compiler.release>17</maven.compiler.release>
- <spring-boot.version>3.5.0</spring-boot.version>
+ <spring-boot.version>3.5.2</spring-boot.version>
<approvaltests.version>24.22.0</approvaltests.version>
<!-- IMPORTANT: keep in sync with property defined in
resteasy-spring-boot-starter -->