This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_0_X by this push:
     new c61f819716 Upgrading maven-surefire-plugin / maven-failsafe-plugin
c61f819716 is described below

commit c61f819716ddf73ba2c0480ffbd7128ddc534a4f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Feb 23 07:41:55 2026 +0100

    Upgrading maven-surefire-plugin / maven-failsafe-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86c4acc2aa..038f62359a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1815,7 +1815,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.5.4</version>
+          <version>3.5.5</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1825,7 +1825,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>3.5.4</version>
+          <version>3.5.5</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>

Reply via email to