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 2018/03/29 14:43:07 UTC

svn commit: r1827998 - /commons/proper/configuration/trunk/pom.xml

Author: ggregory
Date: Thu Mar 29 14:43:07 2018
New Revision: 1827998

URL: http://svn.apache.org/viewvc?rev=1827998&view=rev
Log:
Update tests from HSQLDB 2.3.5 to 2.4.0.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1827998&r1=1827997&r2=1827998&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Mar 29 14:43:07 2018
@@ -408,8 +408,7 @@
     <dependency>
       <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <!--  2.4.0 requires Java 8 -->
-      <version>2.3.5</version>
+      <version>2.4.0</version>
       <scope>test</scope>
     </dependency>