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
commit 2e02a1ad5ac775a1ba974869a46b5b89b722eead 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 df441f17d2..9c42b09d3d 100644 --- a/pom.xml +++ b/pom.xml @@ -1825,7 +1825,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>
