This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.18.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.18.x by this push:
new a946ee3f0 AMQ-9355: Upgrade to commons-io 2.14.0
a946ee3f0 is described below
commit a946ee3f073ee7cd77c2b6e1bbc8b04f93965865
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Oct 22 07:05:56 2023 +0200
AMQ-9355: Upgrade to commons-io 2.14.0
(cherry picked from commit ac067ca4005000783d236e8e6edfb0a44026a18d)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b88aa4379..2bf6fd296 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<commons-collections-version>3.2.2</commons-collections-version>
<commons-daemon-version>1.3.4</commons-daemon-version>
<commons-dbcp2-version>2.10.0</commons-dbcp2-version>
- <commons-io-version>2.13.0</commons-io-version>
+ <commons-io-version>2.14.0</commons-io-version>
<commons-lang-version>3.12.0</commons-lang-version>
<commons-logging-version>1.2</commons-logging-version>
<commons-pool2-version>2.12.0</commons-pool2-version>