You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/06/23 14:47:09 UTC

[tomee] 01/02: TOMEE-3759 Update commons-io to 2.10.0

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 8a9e75d23357ff31de380f7de77764697d8f9263
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Wed Jun 23 16:37:01 2021 +0200

    TOMEE-3759 Update commons-io to 2.10.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e596823..2886671 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
     <commons-fileupload.version>1.4</commons-fileupload.version>
     <commons-discovery.version>0.5</commons-discovery.version>
     <commons-lang3.version>3.11</commons-lang3.version>
-    <commons-io.version>2.8.0</commons-io.version>
+    <commons-io.version>2.10.0</commons-io.version>
     <commons-net.version>3.7.2</commons-net.version>
 
     <bval.version>2.0.5</bval.version>