Author: echatellier Date: 2011-11-04 15:19:23 +0100 (Fri, 04 Nov 2011) New Revision: 3515 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3515 Log: Update libs Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-10-28 21:27:38 UTC (rev 3514) +++ trunk/pom.xml 2011-11-04 14:19:23 UTC (rev 3515) @@ -191,14 +191,14 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.6.3</version> + <version>1.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.6.3</version> + <version>1.6.4</version> <scope>runtime</scope> </dependency> @@ -236,7 +236,7 @@ <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> - <version>0.1.44-1</version> + <version>0.1.45</version> <scope>compile</scope> </dependency>