This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new 4f3f5985c9 [AMQ-9280] Upgrade to commons-io 2.13.0
4f3f5985c9 is described below
commit 4f3f5985c96ac50097dc00f95739b6562ecbbed1
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jun 15 15:49:39 2023 +0200
[AMQ-9280] Upgrade to commons-io 2.13.0
(cherry picked from commit c5a88336fa1cf2d21c4ee4a5b6b36f58d23750c9)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 42d083dfb2..002ef1a72d 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.9.0</commons-dbcp2-version>
- <commons-io-version>2.12.0</commons-io-version>
+ <commons-io-version>2.13.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.11.1</commons-pool2-version>