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 4905c438e1 ARTEMIS-4597 upgrade Commons IO to 2.15.1
4905c438e1 is described below
commit 4905c438e170674f8bea959f1c8680ccc5470be0
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Jan 30 15:28:35 2024 -0600
ARTEMIS-4597 upgrade Commons IO to 2.15.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5511a5671e..cc3adbab41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
<commons.pool2.version>2.7.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.10.0</commons.io.version>
+ <commons.io.version>2.15.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>