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

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


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

commit dbd658ab5e29f489b7d59d52d12cf18b74d8c3cf
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Sep 16 08:22:08 2025 +0200

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

diff --git a/pom.xml b/pom.xml
index e3e46d3014..87568d87da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1773,7 +1773,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.5.3</version>
+          <version>3.5.4</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1783,7 +1783,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>3.5.3</version>
+          <version>3.5.4</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>

Reply via email to