You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2011/05/28 00:58:12 UTC

svn commit: r1128502 - /incubator/bval/sandbox/lang3-work/pom.xml

Author: mbenson
Date: Fri May 27 22:58:12 2011
New Revision: 1128502

URL: http://svn.apache.org/viewvc?rev=1128502&view=rev
Log:
upgrade junit

Modified:
    incubator/bval/sandbox/lang3-work/pom.xml

Modified: incubator/bval/sandbox/lang3-work/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/sandbox/lang3-work/pom.xml?rev=1128502&r1=1128501&r2=1128502&view=diff
==============================================================================
--- incubator/bval/sandbox/lang3-work/pom.xml (original)
+++ incubator/bval/sandbox/lang3-work/pom.xml Fri May 27 22:58:12 2011
@@ -293,7 +293,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.8.1</version>
+                <version>4.8.2</version>
             </dependency>
             <dependency>
                 <groupId>org.mockito</groupId>