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 97245a486d Upgrading maven-javadoc-plugin
97245a486d is described below
commit 97245a486d21eeb9e90aa8c338f3289a67929e0d
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 4600ffc145..4dc1ba984f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1546,7 +1546,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>
@@ -2092,7 +2092,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>
<source>${targetJdk}</source>
<destDir>apidocs/4.0</destDir>