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 9faf972501 Bump Spring Boot 3.3.1 -> 3.3.2
9faf972501 is described below
commit 9faf972501f55c0b9fec8476c0060e3eb567f013
Author: andi-huber <[email protected]>
AuthorDate: Fri Jul 19 07:18:03 2024 +0200
Bump Spring Boot 3.3.1 -> 3.3.2
---
bom/pom.xml | 2 +-
starters/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 2e363af1c4..6a942fc3f8 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.1</version>
+ <version>3.3.2</version>
<relativePath/>
</parent>
<groupId>org.apache.causeway</groupId>
diff --git a/starters/pom.xml b/starters/pom.xml
index 5114fc19c5..5cd7019736 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.1</version>
+ <version>3.3.2</version>
<relativePath />
</parent>
@@ -48,7 +48,7 @@
<maven.compiler.release>17</maven.compiler.release>
- <spring-boot.version>3.3.1</spring-boot.version>
+ <spring-boot.version>3.3.2</spring-boot.version>
<approvaltests.version>24.3.0</approvaltests.version>
<!-- IMPORTANT: keep in sync with property defined in
resteasy-spring-boot-starter -->