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/08/20 18:53:04 UTC

[commons-vfs] branch master updated: Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#293)

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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 56b8caf7 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#293)
56b8caf7 is described below

commit 56b8caf7f8a900422153d910bbdae789c85c2007
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Aug 20 14:52:59 2022 -0400

    Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#293)
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)
    
    ---
    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>
    
    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 bbf0c64b..53e3a56e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
     <commons.asm.version>9.3</commons.asm.version>
     <commons.pmd.version>6.48.0</commons.pmd.version>
-    <commons.javadoc.version>3.4.0</commons.javadoc.version>
+    <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
     <biz.aQute.bndlib.version>6.3.1</biz.aQute.bndlib.version>