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/07/09 14:41:45 UTC

[commons-bcel] branch master updated: Update tests from commons-collections4 4.3. to 4.4.

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 ba0b452  Update tests from commons-collections4 4.3. to 4.4.
ba0b452 is described below

commit ba0b452301d0eee863e48aebfc5628eb5c6a1a70
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 9 10:41:42 2019 -0400

    Update tests from commons-collections4 4.3. to 4.4.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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