You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/12/08 15:36:12 UTC

svn commit: r1718620 - /commons/proper/jexl/trunk/pom.xml

Author: ebourg
Date: Tue Dec  8 14:36:12 2015
New Revision: 1718620

URL: http://svn.apache.org/viewvc?rev=1718620&view=rev
Log:
Updated the dependency on junit (4.12)

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

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1718620&r1=1718619&r2=1718620&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Tue Dec  8 14:36:12 2015
@@ -107,7 +107,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.11</version>
+            <version>4.12</version>
             <scope>test</scope>
         </dependency>
     </dependencies>