This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-mime4j.git
commit d49cb5d08d4424ce53274755e155c74d19f97a45 Author: Benoit Tellier <[email protected]> AuthorDate: Mon Sep 20 14:18:08 2021 +0700 UPGRADE commons-io 2.6 -> 2.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6591cdb..ad95775 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ <log4j.version>1.2.17</log4j.version> <junit.version>4.13.2</junit.version> <mockito.version>3.0.0</mockito.version> - <commons-io.version>2.6</commons-io.version> + <commons-io.version>2.11.0</commons-io.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
