You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/05/28 23:08:38 UTC

[commons-parent] branch master updated: Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#43)

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 5f4b552  Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#43)
5f4b552 is described below

commit 5f4b55209ceb9b7a9e3631ba428407684f0db167
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 28 19:08:33 2021 -0400

    Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#43)
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.3.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d1ee865..1c4542e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.jar-plugin.version>3.2.0</commons.jar-plugin.version>
-    <commons.javadoc.version>3.2.0</commons.javadoc.version>
+    <commons.javadoc.version>3.3.0</commons.javadoc.version>
     <commons.jdepend.version>2.0</commons.jdepend.version>
     <commons.jxr.version>3.1.1</commons.jxr.version>
     <commons.pmd.version>3.14.0</commons.pmd.version>