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 6dc6fcfb039 Bumps Spring Boot 4.0.3 -> 4.0.4
6dc6fcfb039 is described below
commit 6dc6fcfb039d482d4ab8b21a8693f786712441b4
Author: andi-huber <[email protected]>
AuthorDate: Thu Mar 19 18:21:59 2026 +0100
Bumps Spring Boot 4.0.3 -> 4.0.4
see https://spring.io/blog/2026/03/19/spring-boot-4-0-4-available-now
---
bom/pom.xml | 4 ++--
commons/src/main/java/module-info.java | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 535e2f1935e..700f2bdcd1e 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>4.0.3</version>
+ <version>4.0.4</version>
<relativePath />
</parent>
<groupId>org.apache.causeway</groupId>
@@ -146,7 +146,7 @@ identified
<sql-formatter.version>2.0.5</sql-formatter.version>
<snakeyaml.version>2.0</snakeyaml.version>
- <spring-boot.version>4.0.3</spring-boot.version>
+ <spring-boot.version>4.0.4</spring-boot.version>
<surefire-plugin.argLine>
-Xmx384m
diff --git a/commons/src/main/java/module-info.java
b/commons/src/main/java/module-info.java
index 2cc680076dc..398b9432e33 100644
--- a/commons/src/main/java/module-info.java
+++ b/commons/src/main/java/module-info.java
@@ -79,9 +79,8 @@
requires jakarta.annotation;
requires com.sun.xml.bind;
requires tools.jackson.dataformat.yaml;
- //requires tools.jackson.datatype.javatime;
requires org.slf4j;
- requires org.snakeyaml.engine.v2;
+ requires org.snakeyaml.engine;
// JAXB JUnit test
opens org.apache.causeway.commons.internal.resources to jakarta.xml.bind;