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 2021/09/23 14:15:58 UTC

[commons-dbcp] branch master updated: Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 (#131)

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 3309655  Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 (#131)
3309655 is described below

commit 330965525e51d2c85cbd5780d1d41efcdc2a32f3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 23 10:15:54 2021 -0400

    Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 (#131)
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.0 to 3.3.1.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.0...maven-javadoc-plugin-3.3.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>
    
    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 210f1be..bd74783 100644
--- a/pom.xml
+++ b/pom.xml
@@ -339,7 +339,7 @@
     <!-- Override CP version until that is updated -->
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.0</commons.checkstyle.version>
-    <commons.javadoc.version>3.3.0</commons.javadoc.version>
+    <commons.javadoc.version>3.3.1</commons.javadoc.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
     <commons.pool.version>2.11.1</commons.pool.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>