You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/06 17:18:31 UTC

svn commit: r1643546 - /commons/sandbox/beanutils2/trunk/pom.xml

Author: britter
Date: Sat Dec  6 16:18:31 2014
New Revision: 1643546

URL: http://svn.apache.org/r1643546
Log:
Update junit dependency

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

Modified: commons/sandbox/beanutils2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/pom.xml?rev=1643546&r1=1643545&r2=1643546&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/pom.xml (original)
+++ commons/sandbox/beanutils2/trunk/pom.xml Sat Dec  6 16:18:31 2014
@@ -92,7 +92,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>