You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/01/25 18:30:45 UTC

svn commit: r1235843 - /commons/sandbox/graph/trunk/pom.xml

Author: simonetripodi
Date: Wed Jan 25 17:30:44 2012
New Revision: 1235843

URL: http://svn.apache.org/viewvc?rev=1235843&view=rev
Log:
upgraded junit dependency

Modified:
    commons/sandbox/graph/trunk/pom.xml

Modified: commons/sandbox/graph/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/pom.xml?rev=1235843&r1=1235842&r2=1235843&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/pom.xml (original)
+++ commons/sandbox/graph/trunk/pom.xml Wed Jan 25 17:30:44 2012
@@ -107,7 +107,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.2</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
   </dependencies>