This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit da5d0c200513ab71f22647d4af9fb5033034f6dc 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 2b4e18946d..06200b9d6d 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>
