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/10/26 10:06:55 UTC

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

Author: britter
Date: Sun Oct 26 09:06:55 2014
New Revision: 1634289

URL: http://svn.apache.org/r1634289
Log:
Update 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=1634289&r1=1634288&r2=1634289&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/pom.xml (original)
+++ commons/sandbox/beanutils2/trunk/pom.xml Sun Oct 26 09:06:55 2014
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.1</version>
+      <version>3.3.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>