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

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


The following commit(s) were added to refs/heads/master by this push:
     new afab15b  WW-5131 Upgrades commons-io to version 2.9.0
afab15b is described below

commit afab15b591071e094baf9657b748827458ae41dc
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon May 31 07:40:09 2021 +0200

    WW-5131 Upgrades commons-io to version 2.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d0122a7..42dcfb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -934,7 +934,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.6</version>
+                <version>2.9.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>

Reply via email to