Author: echatellier Date: 2014-04-06 18:08:21 +0200 (Sun, 06 Apr 2014) New Revision: 3936 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3936 Log: Update libs Modified: branches/4.0.1/pom.xml Modified: branches/4.0.1/pom.xml =================================================================== --- branches/4.0.1/pom.xml 2014-04-06 09:34:58 UTC (rev 3935) +++ branches/4.0.1/pom.xml 2014-04-06 16:08:21 UTC (rev 3936) @@ -220,14 +220,14 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.6</version> + <version>1.7.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.7.6</version> + <version>1.7.7</version> <scope>runtime</scope> </dependency> @@ -276,7 +276,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.175</version> + <version>1.3.176</version> <scope>compile</scope> </dependency>