You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by al...@apache.org on 2007/08/01 10:56:21 UTC

svn commit: r561717 - /wicket/trunk/pom.xml

Author: almaw
Date: Wed Aug  1 01:56:20 2007
New Revision: 561717

URL: http://svn.apache.org/viewvc?view=rev&rev=561717
Log:
WICKET-805 - Upgrade slf4j to 1.4.2

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?view=diff&rev=561717&r1=561716&r2=561717
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Aug  1 01:56:20 2007
@@ -283,12 +283,12 @@
 			<dependency>
 				<groupId>org.slf4j</groupId>
 				<artifactId>slf4j-api</artifactId>
-				<version>1.4.0</version>
+				<version>1.4.2</version>
 			</dependency>
 			<dependency>
 				<groupId>org.slf4j</groupId>
 				<artifactId>slf4j-log4j12</artifactId>
-				<version>1.4.0</version>
+				<version>1.4.2</version>
 			</dependency>
 			<dependency>
 				<groupId>log4j</groupId>