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/08/17 06:11:41 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6798] Upgrade to commons-io 2.7

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 32703ed  [KARAF-6798] Upgrade to commons-io 2.7
32703ed is described below

commit 32703ed2397fca6d365544e21ee827442730f596
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Aug 14 18:13:43 2020 +0200

    [KARAF-6798] Upgrade to commons-io 2.7
    
    (cherry picked from commit a78492e548213d7d860f796219631182088a5cec)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f5d659..ccddc2a 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.6</commons-io.version>
+        <commons-io.version>2.7</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>