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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 2587dc0 Update commons.japicmp.version 0.14.3 -> 0.14.4. 2587dc0 is described below commit 2587dc058de315ab664010dcc0159a49fd1ad91f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 29 18:48:43 2020 -0500 Update commons.japicmp.version 0.14.3 -> 0.14.4. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index eb989a0..dee64b4 100644 --- a/pom.xml +++ b/pom.xml @@ -567,7 +567,7 @@ <!-- generate report even if there are binary incompatible changes --> <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> - <commons.japicmp.version>0.14.3</commons.japicmp.version> + <commons.japicmp.version>0.14.4</commons.japicmp.version> <japicmp.skip>false</japicmp.skip> <commons.jacoco.version>0.8.6</commons.jacoco.version> <commons.spotbugs.version>4.1.4</commons.spotbugs.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b5da0f6..1b9430b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -124,7 +124,7 @@ Bump snakeyaml from 1.26 to 1.27 #68. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Update commons.japicmp.version 0.14.1 -> 0.14.3. + Update commons.japicmp.version 0.14.1 -> 0.14.4. </action> <action type="update" dev="ggregory" due-to="Dependabot"> Bump junit from 4.13 to 4.13.1 #78.