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 e590fa7 Bump maven-javadoc-plugin from 3.6.2 to 3.6.3 e590fa7 is described below commit e590fa7eccc87e4cf6ae3823358ba232feb6b5aa Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 3 15:01:10 2023 -0500 Bump maven-javadoc-plugin from 3.6.2 to 3.6.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 05dc290..4d9b3dc 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.2</commons.javadoc.version> + <commons.javadoc.version>3.6.3</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 98359a7..4aa7c17 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-project-info-reports-plugin from 3.4.5 to 3.5.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs from 4.8.1 to 4.8.2.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.6.2 to 3.6.3.</action> </release> <release version="65" date="2023-11-17" description="Version 65: Maintenance and update dependencies"> <!-- ADD -->