This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 343041e Bump maven-javadoc-plugin from 3.11.2 to 3.11.3
new 96e2e8b Merge branch 'master' of
https://github.com/apache/commons-parent.git
343041e is described below
commit 343041e4a78022ba1b171df211fa626934175f07
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Aug 20 07:55:16 2025 -0400
Bump maven-javadoc-plugin from 3.11.2 to 3.11.3
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bae26bc..945e4c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
<commons.jacoco.version>0.8.13</commons.jacoco.version>
<commons.japicmp.version>0.23.1</commons.japicmp.version>
<commons.jar-plugin.version>3.4.2</commons.jar-plugin.version>
- <commons.javadoc.version>3.11.2</commons.javadoc.version>
+ <commons.javadoc.version>3.11.3</commons.javadoc.version>
<commons.jxr.version>3.6.0</commons.jxr.version>
<commons.pmd.version>3.27.0</commons.pmd.version>
<commons.pmd-impl.version>7.16.0</commons.pmd-impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0e830f0..68f2da7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">Use Checkstyle
10.x on Java 11-16, Checkstyle 11.x requires Java 17.</action>
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-javadoc-plugin from 3.11.2 to 3.11.3.</action>
</release>
<release version="86" date="2025-08-15" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->