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 2020/11/15 23:15:33 UTC

[commons-beanutils] branch master updated: Bump japicmp-maven-plugin from 0.14.3 to 0.14.4 (#46)

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 c42c001  Bump japicmp-maven-plugin from 0.14.3 to 0.14.4 (#46)
c42c001 is described below

commit c42c001a3a6e5fea60bac21e0b8b3e4dbc262466
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Nov 15 18:15:26 2020 -0500

    Bump japicmp-maven-plugin from 0.14.3 to 0.14.4 (#46)
    
    Bumps [japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.14.3 to 0.14.4.
    - [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.14.3...japicmp-base-0.14.4)
    
    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 657edee..f498f49 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.14.3</commons.japicmp.version>
+    <commons.japicmp.version>0.14.4</commons.japicmp.version>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.encoding>utf-8</commons.encoding>
     <commons.jacoco.version>0.8.5</commons.jacoco.version>