You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/09/01 19:27:16 UTC

[maven-scm] 02/07: [SCM-899] Upgrade Commons IO to 2.6

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

michaelo pushed a commit to branch dep-upgrades
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit c3e1baabf8e5b8c21217c798b1e9176dc837bea3
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 1 20:31:02 2018 +0200

    [SCM-899] Upgrade Commons IO to 2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 427dadc..0537bbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.2</version>
+        <version>2.6</version>
       </dependency>
 
       <!-- Test -->