This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v3 by this push:
new 3cfecf841c bumps Spring Boot 3.3.4 -> 3.3.5
3cfecf841c is described below
commit 3cfecf841c05d68f180675485237ecc49d2978be
Author: Andi Huber <[email protected]>
AuthorDate: Thu Oct 24 17:20:28 2024 +0200
bumps Spring Boot 3.3.4 -> 3.3.5
---
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 6cf750f4c9..77a941659a 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.3.4</version>
+ <version>3.3.5</version>
<relativePath />
</parent>
<groupId>org.apache.causeway</groupId>
@@ -192,7 +192,7 @@ identified
<sql-formatter.version>2.0.5</sql-formatter.version>
<snakeyaml.version>2.0</snakeyaml.version>
- <spring-boot.version>3.3.4</spring-boot.version>
+ <spring-boot.version>3.3.5</spring-boot.version>
<surefire-plugin.argLine>-Xmx384m</surefire-plugin.argLine>
<surefire.useModulePath>false</surefire.useModulePath> <!-- disable
diff --git a/starters/pom.xml b/starters/pom.xml
index ee85cfbcf8..171936c3dc 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.3.4</version>
+ <version>3.3.5</version>
<relativePath />
</parent>
@@ -48,7 +48,7 @@
<maven.compiler.release>17</maven.compiler.release>
- <spring-boot.version>3.3.4</spring-boot.version>
+ <spring-boot.version>3.3.5</spring-boot.version>
<approvaltests.version>24.8.0</approvaltests.version>
<!-- IMPORTANT: keep in sync with property defined in
resteasy-spring-boot-starter -->