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
The following commit(s) were added to refs/heads/4_0_X by this push:
new edcd405f59 Upgrading maven-compiler-plugin and maven-javadoc-plugin
edcd405f59 is described below
commit edcd405f5987159287c789f6091d90b5f106776f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Sep 22 07:09:46 2025 +0200
Upgrading maven-compiler-plugin and maven-javadoc-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2c452eddf7..54456302c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1527,7 +1527,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.14.0</version>
+ <version>3.14.1</version>
<configuration>
<release>${targetJdk}</release>
<useIncrementalCompilation>false</useIncrementalCompilation>
@@ -1591,7 +1591,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.11.3</version>
+ <version>3.12.0</version>
<configuration>
<release>${targetJdk}</release>
<additionalOptions>