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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new f8188060 Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#184) f8188060 is described below commit f81880609ad025198617b88b3eb2edaf231cd2c9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Apr 22 14:15:49 2022 -0400 Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#184) Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dee67947..b29e5d3a 100644 --- a/pom.xml +++ b/pom.xml @@ -325,7 +325,7 @@ <!-- Override CP version until that is updated --> <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version> <commons.checkstyle.version>9.2.1</commons.checkstyle.version> - <commons.javadoc.version>3.3.2</commons.javadoc.version> + <commons.javadoc.version>3.4.0</commons.javadoc.version> <!-- Constant for Commons Pool version (used in multiple places) --> <commons.pool.version>2.11.1</commons.pool.version> <commons.japicmp.version>0.15.7</commons.japicmp.version>