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 981886fa7c9f9ff69960c724fbb56e8526a107d5 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu May 28 11:27:17 2026 +0200 Upgrading maven-surefire-plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 21c8384cd3..5c3cf32ff9 100644 --- a/pom.xml +++ b/pom.xml @@ -1897,7 +1897,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.5.5</version> + <version>3.5.6</version> <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> <encoding>utf-8</encoding>
