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 a664f5b Bump maven-javadoc-plugin from 3.6.0 to 3.6.2
a664f5b is described below
commit a664f5b0b2b5cc4d825efe50cfcab5f69e38e158
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 6 16:46:23 2023 -0500
Bump maven-javadoc-plugin from 3.6.0 to 3.6.2
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6817e8a..ab33e9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
<commons.jacoco.version>0.8.11</commons.jacoco.version>
<commons.japicmp.version>0.18.3</commons.japicmp.version>
<commons.jar-plugin.version>3.3.0</commons.jar-plugin.version>
- <commons.javadoc.version>3.6.0</commons.javadoc.version>
+ <commons.javadoc.version>3.6.2</commons.javadoc.version>
<commons.jxr.version>3.3.1</commons.jxr.version>
<commons.pmd.version>3.21.2</commons.pmd.version>
<commons.pmd-impl.version>6.55.0</commons.pmd-impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7c04393..5abb4be 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.codehaus.mojo:javancss-maven-plugin from undefined to 2.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
cyclonedx-maven-plugin from 2.7.9 to 2.7.10.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-pmd-plugin from 3.21.0 to 3.21.2.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-javadoc-plugin from 3.6.0 to 3.6.2.</action>
</release>
<release version="64" date="2023-10-06" description="Version 64:
Maintenance and update dependencies">
<!-- FIX -->