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 d013cf1 Bump hsqldb from 2.5.1 to 2.5.2 #128. d013cf1 is described below commit d013cf1f33d2240b87bb15ea2199f6e2193e57b6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 26 12:03:35 2021 -0400 Bump hsqldb from 2.5.1 to 2.5.2 #128. --- pom.xml | 1 + src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0bb6011..95bf9eb 100644 --- a/pom.xml +++ b/pom.xml @@ -432,6 +432,7 @@ <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> + <!-- 2.6.0 requires Java 11. --> <version>2.5.2</version> <scope>test</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 556b14a..77ce1ee 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -106,7 +106,7 @@ Update spotbugs-maven-plugin from 3.1.12.2 to 4.2.3, #55, #75, #79, #93, #116. </action> <action type="update" dev="ggregory" due-to="Dependabot"> - Update tests from hsqldb from 2.5.0 to 2.5.1 #54. + Update tests from hsqldb from 2.5.0 to 2.5.2 #54, #128. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Update commons-text from 1.8 to 1.9.