You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/12 14:36:50 UTC

[commons-configuration] branch master updated: Update tests from org.hsqldb:hsqldb 2.4.1 to 2.5.0.

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 eaca4a3  Update tests from org.hsqldb:hsqldb 2.4.1 to 2.5.0.
eaca4a3 is described below

commit eaca4a3274f98a6c75b391e1791b794da68fdeef
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 12 10:36:46 2019 -0400

    Update tests from org.hsqldb:hsqldb 2.4.1 to 2.5.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0f3ae52..5513796 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,7 +433,7 @@
     <dependency>
       <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>2.4.1</version>
+      <version>2.5.0</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6fa858b..a3902ac 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-758" due-to="Gary Gregory">
         Update commons-codec:commons-codec from 1.12 to 1.13.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from org.hsqldb:hsqldb 2.4.1 to 2.5.0.
+      </action>
     </release>
     <release version="2.5" date="2019-05-23"
              description="Minor release with new features and updated dependencies.">