This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v4 by this push:
new 42d9744a60f CAUSEWAY-3892: prepare for building on JDK 25
42d9744a60f is described below
commit 42d9744a60f89c3cdc405fb07847116385d649c8
Author: Andi Huber <[email protected]>
AuthorDate: Wed Sep 17 12:11:39 2025 +0200
CAUSEWAY-3892: prepare for building on JDK 25
---
parent/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 49b70872399..874a0b42280 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -51,6 +51,7 @@
from github actions/setup-java@v3 -->
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>
<maven.compiler.release>17</maven.compiler.release>
+ <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<!-- for m-plugin-p and maven-plugin-annotations -->
<assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
@@ -66,7 +67,7 @@
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
- <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
+ <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>3.5.4</maven-surefire-report-plugin.version>
<!-- for surefire, failsafe and surefire-report -->
<maven.plugin.tools.version>3.15.1</maven.plugin.tools.version>