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:56:32 UTC

[commons-bcel] 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-bcel.git


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

commit ec58fbcb255bc1fb5b00c53c455b0f991ef41b03
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 28 07:56:28 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 4e73f86..5085050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -554,7 +554,7 @@
         <dependency>
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
-          <version>2.6</version>
+          <version>2.7</version>
           <scope>test</scope>
         </dependency>