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/11/18 14:48:00 UTC

[commons-dbcp] branch master updated: Bump japicmp-maven-plugin from 0.16.0 to 0.17.1 (#238)

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 3776bc7f Bump japicmp-maven-plugin from 0.16.0 to 0.17.1 (#238)
3776bc7f is described below

commit 3776bc7f447535396f127393879726b62a695176
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 18 09:47:54 2022 -0500

    Bump japicmp-maven-plugin from 0.16.0 to 0.17.1 (#238)
    
    Bumps [japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.16.0 to 0.17.1.
    - [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.16.0...japicmp-base-0.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 4891b354..5533f1c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,7 +329,7 @@
     <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.pool.version>2.11.1</commons.pool.version>
-    <commons.japicmp.version>0.16.0</commons.japicmp.version>
+    <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <commons.jacoco.version>0.8.8</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>