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/06/03 21:13:16 UTC

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

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 bf47987  Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#114)
bf47987 is described below

commit bf47987f7bf24de6a835b2b9879d147ffaa4015f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 3 17:13:12 2022 -0400

    Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#114)
    
    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] <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 b5c08f0..e9a118e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.jar-plugin.version>3.2.2</commons.jar-plugin.version>
-    <commons.javadoc.version>3.3.2</commons.javadoc.version>
+    <commons.javadoc.version>3.4.0</commons.javadoc.version>
     <commons.jdepend.version>2.0</commons.jdepend.version>
     <commons.jxr.version>3.2.0</commons.jxr.version>
     <commons.pmd.version>3.16.0</commons.pmd.version>