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/19 13:13:11 UTC

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4cb5d24  Bump japicmp-maven-plugin from 0.15.6 to 0.15.7 (#110)
4cb5d24 is described below

commit 4cb5d240654371ca090bb43aa2fc5b72a30c1f3b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Mar 19 09:13:05 2022 -0400

    Bump japicmp-maven-plugin from 0.15.6 to 0.15.7 (#110)
    
    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 16e6201..5dcba1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <!-- limit memory size see BEANUTILS-291; allow command-line override -->
     <!-- Originally 25M, increased to 56M to get round Continuum CI / Travis CI build failures -->
     <surefire.argLine>-Xmx256M</surefire.argLine>
-    <commons.japicmp.version>0.15.6</commons.japicmp.version>
+    <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.encoding>utf-8</commons.encoding>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>