You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/11/27 18:36:49 UTC

svn commit: r1816485 - /commons/proper/bcel/trunk/pom.xml

Author: ggregory
Date: Mon Nov 27 18:36:49 2017
New Revision: 1816485

URL: http://svn.apache.org/viewvc?rev=1816485&view=rev
Log:
Update test dependency on Apache Commons Lang from 3.6 to 3.7.

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

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1816485&r1=1816484&r2=1816485&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml [UTF-8] (original)
+++ commons/proper/bcel/trunk/pom.xml [UTF-8] Mon Nov 27 18:36:49 2017
@@ -442,7 +442,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.6</version>
+      <version>3.7</version>
       <scope>test</scope>
     </dependency>
   </dependencies>