This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new fd4aec49bd KARAF-7782: Upgrade to commons-io 2.15.1
fd4aec49bd is described below
commit fd4aec49bd4ec4874a0de1c7f52f496412f87730
Author: JB Onofré <[email protected]>
AuthorDate: Thu Dec 14 15:36:18 2023 +0100
KARAF-7782: Upgrade to commons-io 2.15.1
(cherry picked from commit a8a1486235fc423fadbc4f3a5033ed0261836d17)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dd6b868399..c72a837ee2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
<commons-lang3.version>3.14.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.13.0</commons-io.version>
+ <commons-io.version>2.15.1</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>