Author: echatellier Date: 2015-03-26 11:24:13 +0000 (Thu, 26 Mar 2015) New Revision: 4192 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4192 Log: Update some libs. Use h2 version with autocommit patch. Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2015-03-17 10:42:37 UTC (rev 4191) +++ trunk/pom.xml 2015-03-26 11:24:13 UTC (rev 4192) @@ -286,7 +286,7 @@ <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> - <version>0.1.51</version> + <version>0.1.52</version> <scope>compile</scope> </dependency> @@ -301,7 +301,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.176</version> + <version>1.3.176_autocommitpatch</version> <scope>compile</scope> </dependency> @@ -518,9 +518,9 @@ <redmine.statusIds>3,10,11,18,19</redmine.statusIds> <!-- Dependencies version --> - <jaxxVersion>2.22</jaxxVersion> + <jaxxVersion>2.23.1</jaxxVersion> <eugeneVersion>2.14</eugeneVersion> - <topiaVersion>2.9.3</topiaVersion> + <topiaVersion>2.9.4</topiaVersion> <hibernateVersion>4.3.8.Final</hibernateVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> <nuitonWidgetsVersion>1.1.1</nuitonWidgetsVersion>
participants (1)
-
echatellier@users.forge.codelutin.com