Author: jdonnerstag
Date: Wed Oct  7 18:57:06 2009
New Revision: 822851

URL: http://svn.apache.org/viewvc?rev=822851&view=rev
Log:
WICKET-2511 slf4j version updated

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=822851&r1=822850&r2=822851&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Oct  7 18:57:06 2009
@@ -329,12 +329,12 @@
                        <dependency>
                                <groupId>org.slf4j</groupId>
                                <artifactId>slf4j-api</artifactId>
-                               <version>1.4.2</version>
+                               <version>1.5.8</version>
                        </dependency>
                        <dependency>
                                <groupId>org.slf4j</groupId>
                                <artifactId>slf4j-log4j12</artifactId>
-                               <version>1.4.2</version>
+                               <version>1.5.8</version>
                        </dependency>
                        <dependency>
                                <groupId>log4j</groupId>


Reply via email to