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 9c57210 Bump commons.animal-sniffer.version 1.19 -> 1.20. 9c57210 is described below commit 9c5721047d6ddffe5e5d642c3a5e21fef45bd804 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 26 11:51:53 2021 -0400 Bump commons.animal-sniffer.version 1.19 -> 1.20. --- pom.xml | 1 + src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 0d61afa..48acc5f 100644 --- a/pom.xml +++ b/pom.xml @@ -571,6 +571,7 @@ <commons.spotbugs.version>4.2.3</commons.spotbugs.version> <commons.javadoc.version>3.1.1</commons.javadoc.version> <checkstyle.version>8.43</checkstyle.version> + <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version> <!-- Commons Release Plugin --> <commons.bc.version>2.7</commons.bc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7d73ead..556b14a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -156,6 +156,9 @@ <action type="update" dev="ggregory" due-to="Dependabot"> Bump actions/cache from v2 to v2.1.4 #99. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump commons.animal-sniffer.version 1.19 -> 1.20. + </action> </release> <release version="2.7" date="2020-03-07" description="Minor release with new features and updated dependencies.">