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 d7ad98a Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.2 -> 0.15.3. d7ad98a is described below commit d7ad98a743c3ce7398bcf29675065a84dae5fed2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 6 19:31:10 2021 -0500 Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.2 -> 0.15.3. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7c0066b..8850a77 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.2</commons.japicmp.version> + <commons.japicmp.version>0.15.3</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> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b721156..34632dd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -91,7 +91,7 @@ Update Jacoco from 0.8.4 to 0.8.5. </action> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot"> - Update JApiCmp from 0.12.0 to 0.15.2, #46. + Update JApiCmp from 0.12.0 to 0.15.3, #46. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> Update maven-surefire-plugin from 2.22.1 to 3.0.0-M5.