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/30 13:18:05 UTC

[commons-dbcp] 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.

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


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

commit 030463bf652ac5340fc902f19477bf4c4544af12
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 30 09:18:01 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index d707f670..a38f5245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,7 +326,7 @@
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.3</commons.checkstyle.version>
-    <commons.javadoc.version>3.4.0</commons.javadoc.version>
+    <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.pool.version>2.11.1</commons.pool.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cba6cced..11025bb5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -163,7 +163,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump org.mockito:mockito-core 3.11.2 -> 4.7.0, #128, #138, #152, #175, #188. #193, #208.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump maven-javadoc-plugin from 3.3.0 to 3.4.0 #131, #184.
+        Bump maven-javadoc-plugin from 3.3.0 to 3.4.1 #131, #184.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #132, #172, #195.