Author: chatellier Date: 2009-04-06 08:39:21 +0000 (Mon, 06 Apr 2009) New Revision: 2069 Modified: isis-fish/trunk/pom.xml Log: Update h2 to 1.1.110. Hex data bug is now fixed Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-04-06 08:32:01 UTC (rev 2068) +++ isis-fish/trunk/pom.xml 2009-04-06 08:39:21 UTC (rev 2069) @@ -217,11 +217,10 @@ </dependency> <!-- Change this dependence if you change database --> - <!-- 109 bug on hex characters --> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.1.108</version> + <version>1.1.110</version> <scope>compile</scope> </dependency>