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/28 05:16:28 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8328] Update commons-io to 2.11.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 d7f644f  [AMQ-8328] Update commons-io to 2.11.0
d7f644f is described below

commit d7f644f39480afbb886d8848412cd071d598be2a
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Fri Jul 16 11:34:01 2021 -0500

    [AMQ-8328] Update commons-io to 2.11.0
    
    (cherry picked from commit c9d75b0467a1b21cb7e53644440fbfe9001d3a19)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35deb87..aa85baf 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.10.0</commons-io-version>
+    <commons-io-version>2.11.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>