You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/11/03 20:39:34 UTC

[maven-doxia-converter] branch DOXIATOOLS-63 updated: [DOXIATOOLS-63] Upgrade commons-io to 2.6

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

slachiewicz pushed a commit to branch DOXIATOOLS-63
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git


The following commit(s) were added to refs/heads/DOXIATOOLS-63 by this push:
     new 946ffd8  [DOXIATOOLS-63] Upgrade commons-io to 2.6
946ffd8 is described below

commit 946ffd8b372c0090f9d92d36e13fee9da5068153
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Nov 3 13:23:36 2019 +0100

    [DOXIATOOLS-63] Upgrade commons-io to 2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a0fbcc..94a9e36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.2</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
       <groupId>com.ibm.icu</groupId>