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:04 UTC

[karaf] branch master 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 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 a78492e  [KARAF-6798] Upgrade to commons-io 2.7
     new d2f34e3  Merge pull request #1150 from jbonofre/KARAF-6798
a78492e is described below

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

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

diff --git a/pom.xml b/pom.xml
index 0e7b64c..f34d129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,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>