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 2022/03/04 14:26:26 UTC

[commons-parent] branch master updated: Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#96)

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 4812ad0  Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#96)
4812ad0 is described below

commit 4812ad00efae8c83692508859bf79e94ddeb4ce0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 4 09:26:23 2022 -0500

    Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#96)
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 f894804..9df692d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.japicmp.version>0.15.6</commons.japicmp.version>
     <commons.jar-plugin.version>3.2.2</commons.jar-plugin.version>
-    <commons.javadoc.version>3.3.1</commons.javadoc.version>
+    <commons.javadoc.version>3.3.2</commons.javadoc.version>
     <commons.jdepend.version>2.0</commons.jdepend.version>
     <commons.jxr.version>3.1.1</commons.jxr.version>
     <commons.pmd.version>3.16.0</commons.pmd.version>