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

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


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

commit 9b1d540c0b3232741c52144e7520759304b70353
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Mar 31 11:23:04 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 1964e752de..59e7ac1d26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1688,7 +1688,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.5.2</version>
+          <version>3.5.3</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1698,7 +1698,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>3.5.2</version>
+          <version>3.5.3</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>

Reply via email to