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 2018/07/11 22:07:58 UTC

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

Author: ggregory
Date: Wed Jul 11 22:07:58 2018
New Revision: 1835679

URL: http://svn.apache.org/viewvc?rev=1835679&view=rev
Log:
Update tests from commons-collections4 4.1 to 4.2.

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=1835679&r1=1835678&r2=1835679&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml [UTF-8] (original)
+++ commons/proper/bcel/trunk/pom.xml [UTF-8] Wed Jul 11 22:07:58 2018
@@ -518,7 +518,7 @@
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-collections4</artifactId>
-          <version>4.1</version>
+          <version>4.2</version>
           <scope>test</scope>
         </dependency>
       </dependencies>