You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/07/05 04:10:55 UTC

[activemq] branch main updated: [AMQ-8286] Upgrade to commons-io 2.10.0

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 3794080  [AMQ-8286] Upgrade to commons-io 2.10.0
     new 5342ba0  Merge pull request #674 from jbonofre/AMQ-8286
3794080 is described below

commit 379408083a14c8c1d4f013b08e3af6622192d713
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun Jul 4 07:05:47 2021 +0200

    [AMQ-8286] Upgrade to commons-io 2.10.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3e53537..677778b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <commons-collections-version>3.2.2</commons-collections-version>
     <commons-daemon-version>1.2.4</commons-daemon-version>
     <commons-dbcp2-version>2.8.0</commons-dbcp2-version>
-    <commons-io-version>2.8.0</commons-io-version>
+    <commons-io-version>2.10.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.9.0</commons-pool2-version>