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 2011/10/09 17:34:07 UTC

svn commit: r1180630 - /commons/proper/ognl/trunk/pom.xml

Author: simonetripodi
Date: Sun Oct  9 15:34:07 2011
New Revision: 1180630

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

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1180630&r1=1180629&r2=1180630&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Sun Oct  9 15:34:07 2011
@@ -179,7 +179,7 @@ limitations under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.9</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
     <dependency>