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


The following commit(s) were added to refs/heads/master by this push:
     new 2767c7081a Upgrading maven-compiler-plugin and maven-javadoc-plugin
2767c7081a is described below

commit 2767c7081ae1598d37172067a2e11382d745b44a
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 4febae9d7d..92a012f068 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1493,7 +1493,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>
@@ -1557,7 +1557,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>

Reply via email to