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 2023/03/03 14:25:15 UTC

[commons-parent] branch master updated: Bump japicmp-maven-plugin from 0.17.1 to 0.17.2 (#230)

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c1f7a4  Bump japicmp-maven-plugin from 0.17.1 to 0.17.2 (#230)
6c1f7a4 is described below

commit 6c1f7a4727f8e45f43dc58cce0469db5bda9e225
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 3 09:25:09 2023 -0500

    Bump japicmp-maven-plugin from 0.17.1 to 0.17.2 (#230)
    
    Bumps [japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.17.1 to 0.17.2.
    - [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.17.1...japicmp-base-0.17.2)
    
    ---
    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 049d251..8019c99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
     <commons.failsafe.version>3.0.0-M9</commons.failsafe.version>
     <commons.felix.version>5.1.8</commons.felix.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
-    <commons.japicmp.version>0.17.1</commons.japicmp.version>
+    <commons.japicmp.version>0.17.2</commons.japicmp.version>
     <commons.jar-plugin.version>3.3.0</commons.jar-plugin.version>
     <commons.javadoc.version>3.5.0</commons.javadoc.version>
     <commons.jxr.version>3.3.0</commons.jxr.version>