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 2019/02/06 15:55:51 UTC

[commons-bcel] branch master updated: Update tests from Apache Commons Collections 4.2 to 4.3.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a672c4  Update tests from Apache Commons Collections 4.2 to 4.3.
9a672c4 is described below

commit 9a672c48667241756aa8e834a19edf2419352544
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Feb 6 10:55:49 2019 -0500

    Update tests from Apache Commons Collections 4.2 to 4.3.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f1762ce..dfa4273 100644
--- a/pom.xml
+++ b/pom.xml
@@ -525,7 +525,7 @@
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-collections4</artifactId>
-          <version>4.2</version>
+          <version>4.3</version>
           <scope>test</scope>
         </dependency>
       </dependencies>