Author: echatellier Date: 2010-06-08 12:06:40 +0200 (Tue, 08 Jun 2010) New Revision: 2935 Url: http://chorem.org/repositories/revision/lima/2935 Log: Update slf4j and h2. Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-08 09:55:04 UTC (rev 2934) +++ trunk/pom.xml 2010-06-08 10:06:40 UTC (rev 2935) @@ -35,14 +35,14 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.5.11</version> + <version>1.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.5.11</version> + <version>1.6.0</version> <scope>runtime</scope> </dependency> @@ -104,7 +104,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.2.134</version> + <version>1.2.137</version> <scope>runtime</scope> </dependency>