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 2020/05/28 11:58:53 UTC

[commons-collections] branch master updated: Update tests from commons-io:commons-io 2.6 to 2.7.

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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new b682afe  Update tests from commons-io:commons-io 2.6 to 2.7.
b682afe is described below

commit b682afed876e608c4d91a2892ef8f439169617c8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 28 07:58:48 2020 -0400

    Update tests from commons-io:commons-io 2.6 to 2.7.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e423713..045b72c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.7</version>
       <scope>test</scope>
     </dependency>
     <dependency>