You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/10/15 09:06:43 UTC

[karaf] branch master updated: [KARAF-6880] Upgrade to commons-io 2.8.0

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e64ce8  [KARAF-6880] Upgrade to commons-io 2.8.0
     new 3704c4f  Merge pull request #1223 from jbonofre/KARAF-6880
3e64ce8 is described below

commit 3e64ce8dd74b238bf81049ee9fb3b484db23cd6c
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Oct 15 06:04:41 2020 +0200

    [KARAF-6880] Upgrade to commons-io 2.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 39d2959..a9d97c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
         <commons-logging.version>1.2</commons-logging.version>
         <commons-pool.version>1.6</commons-pool.version>
         <commons-pool2.version>2.6.2</commons-pool2.version>
-        <commons-io.version>2.7</commons-io.version>
+        <commons-io.version>2.8.0</commons-io.version>
         <dom4j.bundle.version>1.6.1_5</dom4j.bundle.version>
         <eclipselink.version>2.7.7</eclipselink.version>
         <jasypt.bundle.version>1.9.3_1</jasypt.bundle.version>