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 ebe866ca3b Upgrading maven-surefire-plugin and maven-failsafe-plugin
ebe866ca3b is described below

commit ebe866ca3b2d884d0af8fbec0fa01df97b7a57f9
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 19 10:48:42 2024 +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 ee71a3a7bc..d7dde44cd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1612,7 +1612,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.4.0</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1622,7 +1622,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.4.0</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>

Reply via email to