You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/08/19 04:36:36 UTC

[commons-compress] branch master updated: Bump maven-javadoc-plugin from 3.4.0 to 3.4.1

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


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

commit 181b0f15249ceef26834d80203335e7d1edec0af
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 19 04:02:50 2022 +0000

    Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
    
    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>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2fb3b52d..713861cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <slf4j.version>1.7.36</slf4j.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
-    <commons.javadoc.version>3.4.0</commons.javadoc.version>
+    <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <asm.version>9.3</asm.version>
   </properties>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eb8f00fb..15f2af39 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -165,7 +165,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump asm from 9.2 to 9.3 ##279.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
-        Bump maven-javadoc-plugin from 3.3.0 to 3.4.0 #221, #249, #288.
+        Bump maven-javadoc-plugin from 3.3.0 to 3.4.1 #221, #249, #288, #308.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
         Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #296.