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 2015/11/03 20:56:01 UTC

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

Author: britter
Date: Tue Nov  3 19:56:01 2015
New Revision: 1712388

URL: http://svn.apache.org/viewvc?rev=1712388&view=rev
Log:
Update commons-lang3 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=1712388&r1=1712387&r2=1712388&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/pom.xml (original)
+++ commons/sandbox/beanutils2/trunk/pom.xml Tue Nov  3 19:56:01 2015
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.3.2</version>
+      <version>3.4</version>
       <scope>test</scope>
     </dependency>
   </dependencies>