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:11:47 UTC

[activemq] branch activemq-5.16.x 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 activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new 2b1f9a5  [AMQ-8286] Upgrade to commons-io 2.10.0
2b1f9a5 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 3af5773..37f37f2 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>