You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2016/10/19 16:38:18 UTC

svn commit: r1765679 - /bval/trunk/pom.xml

Author: mbenson
Date: Wed Oct 19 16:38:18 2016
New Revision: 1765679

URL: http://svn.apache.org/viewvc?rev=1765679&view=rev
Log:
upgrade commons-lang3

Modified:
    bval/trunk/pom.xml

Modified: bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1765679&r1=1765678&r2=1765679&view=diff
==============================================================================
--- bval/trunk/pom.xml (original)
+++ bval/trunk/pom.xml Wed Oct 19 16:38:18 2016
@@ -320,7 +320,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>3.4</version>
+                <version>3.5</version>
             </dependency>
             <dependency>
                 <groupId>commons-beanutils</groupId>