This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 718a0611a3 KARAF-7916: Upgrade to maven-surefire-plugin 3.5.2
718a0611a3 is described below
commit 718a0611a3a85c54e26eebc1c0dce7dc1c389092
Author: JB Onofré <[email protected]>
AuthorDate: Sun Jan 5 14:58:07 2025 +0100
KARAF-7916: Upgrade to maven-surefire-plugin 3.5.2
(cherry picked from commit 03a5aa6bf6db7b65a98cd3e968081d30c608c4f3)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 81a18ca293..557940a134 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,7 +505,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.2.5</version>
+ <version>3.5.2</version>
<configuration>
<forkMode>once</forkMode>
<argLine>${surefire.argLine}</argLine>
@@ -782,7 +782,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>3.2.5</version>
+ <version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>