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 2021/09/06 11:59:40 UTC

[karaf-decanter] branch main updated: [KARAF-7199] Upgrade to commons-io 2.11.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7e9a1f6  [KARAF-7199] Upgrade to commons-io 2.11.0
     new cbc8f04  Merge pull request #249 from jbonofre/KARAF-7199
7e9a1f6 is described below

commit 7e9a1f6129c90fbd1530a2c958a4badb3991646e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Sep 6 11:32:17 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index c3c3fb7..c9551e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,7 +373,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.8.0</version>
+                <version>2.11.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>