Author: britter
Date: Fri Nov 22 10:24:05 2013
New Revision: 1544465
URL: http://svn.apache.org/r1544465
Log:
Use latest JUnit version, although there isn't anything to test yet :-)
Modified:
logging/sandbox/receivers2/trunk/pom.xml
Modified: logging/sandbox/receivers2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/sandbox/receivers2/trunk/pom.xml?rev=1544465&r1=1544464&r2=1544465&view=diff
==============================================================================
--- logging/sandbox/receivers2/trunk/pom.xml (original)
+++ logging/sandbox/receivers2/trunk/pom.xml Fri Nov 22 10:24:05 2013
@@ -41,7 +41,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>