This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/http-4.x by this push:
new cdf7d3498d FELIX-6668 : update to latest commons io 2.15.0
cdf7d3498d is described below
commit cdf7d3498d20fc4798b9cd8d50b4517a11e5876b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Nov 2 10:56:56 2023 +0100
FELIX-6668 : update to latest commons io 2.15.0
---
http/bridge/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 3a2a07a1b7..c93396c54f 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -138,7 +138,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>