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/03/04 15:48:20 UTC

[commons-dbcp] branch master updated: Bump japicmp-maven-plugin from 0.15.6 to 0.15.7 (#174)

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 a5b11cf  Bump japicmp-maven-plugin from 0.15.6 to 0.15.7 (#174)
a5b11cf is described below

commit a5b11cff995a5117746c286e0370a9f8eece867d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 4 10:48:14 2022 -0500

    Bump japicmp-maven-plugin from 0.15.6 to 0.15.7 (#174)
    
    Bumps [japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.15.6 to 0.15.7.
    - [Release notes](https://github.com/siom79/japicmp/releases)
    - [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
    - [Commits](https://github.com/siom79/japicmp/compare/japicmp-base-0.15.6...japicmp-base-0.15.7)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.siom79.japicmp:japicmp-maven-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 e0dfe5c..98b8fe2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,7 +342,7 @@
     <commons.javadoc.version>3.3.2</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.6</commons.japicmp.version>
+    <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>