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 52efc4c907 Bumps Spring Boot 3.3.2 -> 3.3.3
52efc4c907 is described below
commit 52efc4c9072e448741da6d2bc21794e1c179adee
Author: andi-huber <[email protected]>
AuthorDate: Fri Aug 23 21:18:11 2024 +0200
Bumps Spring Boot 3.3.2 -> 3.3.3
---
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 a2edbc53cc..09f7206901 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.3.2</version>
+ <version>3.3.3</version>
<relativePath/>
</parent>
<groupId>org.apache.causeway</groupId>
@@ -177,7 +177,7 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<sql-formatter.version>2.0.5</sql-formatter.version>
<snakeyaml.version>2.0</snakeyaml.version>
- <spring-boot.version>3.3.2</spring-boot.version>
+ <spring-boot.version>3.3.3</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 -->
diff --git a/starters/pom.xml b/starters/pom.xml
index aca8e67ea5..08af8d76da 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.2</version>
+ <version>3.3.3</version>
<relativePath />
</parent>
@@ -48,7 +48,7 @@
<maven.compiler.release>17</maven.compiler.release>
- <spring-boot.version>3.3.2</spring-boot.version>
+ <spring-boot.version>3.3.3</spring-boot.version>
<approvaltests.version>24.4.0</approvaltests.version>
<!-- IMPORTANT: keep in sync with property defined in
resteasy-spring-boot-starter -->