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 87d1c18d8ee89aab9545fbc9a3cb25b664ae5792 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 a5bc437428..709851b656 100644 --- a/pom.xml +++ b/pom.xml @@ -1580,7 +1580,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> @@ -2126,7 +2126,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>
