This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 04f14d2d7335f9597ad1249ac0135ac75975e40b 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 f1b857733c..fe1860199a 100644 --- a/pom.xml +++ b/pom.xml @@ -1738,7 +1738,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>
