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/12/01 15:26:16 UTC

[karaf-decanter] branch master updated: [KARAF-6927] 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-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 409729e  [KARAF-6927] Upgrade to commons-io 2.8.0
     new 2c3fbfb  Merge pull request #209 from jbonofre/KARAF-6927
409729e is described below

commit 409729e5a28306f5ab033fb046921e564541b5e1
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Dec 1 15:20:50 2020 +0100

    [KARAF-6927] 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 bd1b7c2..9e49b68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,7 +372,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.7</version>
+                <version>2.8.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>