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 cb57a94b3b KARAF-7864: Upgrade to commons-io 2.17.0
cb57a94b3b is described below
commit cb57a94b3bf6428582a460371c6631f2114083a1
Author: JB Onofré <[email protected]>
AuthorDate: Wed Oct 2 11:25:02 2024 +0200
KARAF-7864: Upgrade to commons-io 2.17.0
(cherry picked from commit 35c0b4f7007d00ea6c2eaac4ec2c1e9b3ee60f48)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 889adb9138..c81252075c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
<commons-lang3.version>3.17.0</commons-lang3.version>
<commons-logging.version>1.3.4</commons-logging.version>
<commons-pool2.version>2.12.0</commons-pool2.version>
- <commons-io.version>2.16.1</commons-io.version>
+ <commons-io.version>2.17.0</commons-io.version>
<eclipselink.version>2.7.15</eclipselink.version>
<jasypt.bundle.version>1.9.3_1</jasypt.bundle.version>
<jolokia.version>1.7.1</jolokia.version>