This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 180026484a Upgrading maven-javadoc-plugin
180026484a is described below
commit 180026484ac9b5b9c97d2de6c0045c325f93513d
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 18 06:59:46 2025 +0200
Upgrading maven-javadoc-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f42ff2ccd0..2a00c05b19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1596,7 +1596,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.11.2</version>
+ <version>3.11.3</version>
<configuration>
<release>${targetJdk}</release>
<additionalOptions>
@@ -2120,7 +2120,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.11.2</version>
+ <version>3.11.3</version>
<configuration>
<release>${targetJdk}</release>
<destDir>apidocs/3.0</destDir>