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 4aa074541ad9de7287c5ced76440590720bbf5ec Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Nov 17 18:14:12 2025 +0100 Upgrading maven-jar-plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2b828707bf..ea68f7a04e 100644 --- a/pom.xml +++ b/pom.xml @@ -1746,7 +1746,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.4.2</version> + <version>3.5.0</version> </plugin> <plugin>
