Author: echatellier Date: 2012-02-20 14:51:28 +0100 (Mon, 20 Feb 2012) New Revision: 1426 Url: http://nuiton.org/repositories/revision/wikitty/1426 Log: #1981 : Update to slf4j 1.6.4 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-02-20 13:50:40 UTC (rev 1425) +++ trunk/pom.xml 2012-02-20 13:51:28 UTC (rev 1426) @@ -184,14 +184,14 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.6.1</version> + <version>1.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.6.1</version> + <version>1.6.4</version> <scope>test</scope> </dependency>
participants (1)
-
echatellier@users.nuiton.org