This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new cb69d2b2f9 ARTEMIS-4756 upgrade Commons IO to 2.16.1
cb69d2b2f9 is described below
commit cb69d2b2f96489f503c8a603ebd2fd5c8a04a59e
Author: Justin Bertram <[email protected]>
AuthorDate: Wed May 1 15:29:19 2024 -0500
ARTEMIS-4756 upgrade Commons IO to 2.16.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1929b37105..20398e17b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
<commons.pool2.version>2.12.0</commons.pool2.version>
<commons.collections.version>3.2.2</commons.collections.version>
<commons.text.version>1.10.0</commons.text.version>
- <commons.io.version>2.15.1</commons.io.version>
+ <commons.io.version>2.16.1</commons.io.version>
<commons.codec.version>1.16.0</commons.codec.version>
<fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
<caffeine.version>3.1.8</caffeine.version>