This is an automated email from the ASF dual-hosted git repository.
baedke pushed a commit to branch OAK-11948
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/OAK-11948 by this push:
new 03b780d58e OAK-11948: Update surefire/failsafe dependencies to 3.x
03b780d58e is described below
commit 03b780d58e2f70f88cef267a2875f9a519371882
Author: Manfred Baedke <[email protected]>
AuthorDate: Mon Jan 5 15:56:51 2026 +0100
OAK-11948: Update surefire/failsafe dependencies to 3.x
Fixed plugin versions.
---
oak-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index a0a4829fb2..e42378ba04 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -263,7 +263,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.5.4</version>
<configuration>
<argLine>${test.opts}</argLine>
<trimStackTrace>false</trimStackTrace>
@@ -288,7 +288,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.5.4</version>
<configuration>
<argLine>${test.opts}</argLine>
<trimStackTrace>false</trimStackTrace>