TIKA-2066 -- upgrade commons-io
Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/069fa866 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/069fa866 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/069fa866 Branch: refs/heads/master Commit: 069fa866621bd6b9b8b17f3d443c9962187ddb7b Parents: 173ff59 Author: tballison <[email protected]> Authored: Wed Sep 7 12:17:29 2016 -0400 Committer: tballison <[email protected]> Committed: Wed Sep 7 12:17:29 2016 -0400 ---------------------------------------------------------------------- tika-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/069fa866/tika-parent/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index da32b6b..011b33a 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -304,7 +304,7 @@ <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding> <!-- NOTE: sync tukaani version with commons-compress in tika-parsers --> <commons.compress.version>1.12</commons.compress.version> - <commons.io.version>2.4</commons.io.version> + <commons.io.version>2.5</commons.io.version> <slf4j.version>1.7.12</slf4j.version> </properties>
