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 08:58:31 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 5a85fe5  [KARAF-6880] Upgrade to commons-io 2.8.0
5a85fe5 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 2737db0..a125f8a 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>