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 db2c5280 Add comment. db2c5280 is described below commit db2c5280baf14ff9cb83495726b0ae24282f01e7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 24 10:30:28 2022 -0400 Add comment. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index bb370275..bd6f2964 100644 --- a/pom.xml +++ b/pom.xml @@ -595,6 +595,7 @@ <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version> <commons.javadoc.version>3.4.0</commons.javadoc.version> <checkstyle.version>9.3</checkstyle.version> + <!-- commons.animal-sniffer.version 1.21 fails on Java 17. --> <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version> <!-- Commons Release Plugin -->