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 2023/07/31 12:18:56 UTC

[karaf] branch main updated: KARAF-7699 - Upgrade to commons-io 2.13.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.git


The following commit(s) were added to refs/heads/main by this push:
     new 968bfcf485 KARAF-7699 - Upgrade to commons-io 2.13.0
     new 01dd353c66 Merge pull request #1740 from jbonofre/KARAF-7699
968bfcf485 is described below

commit 968bfcf4854b429a2e27440b970faacd920ec858
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jul 27 08:06:38 2023 +0200

    KARAF-7699 - Upgrade to commons-io 2.13.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e331fcba58..2624430c69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
         <commons-lang3.version>3.12.0</commons-lang3.version>
         <commons-logging.version>1.2</commons-logging.version>
         <commons-pool2.version>2.11.1</commons-pool2.version>
-        <commons-io.version>2.11.0</commons-io.version>
+        <commons-io.version>2.13.0</commons-io.version>
         <eclipselink.version>2.7.11</eclipselink.version>
         <jasypt.bundle.version>1.9.3_1</jasypt.bundle.version>
         <jolokia.version>1.7.1</jolokia.version>