TIKA-2066 upgrade commons-io to 2.5
Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/164bf52c Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/164bf52c Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/164bf52c Branch: refs/heads/2.x Commit: 164bf52c88981a5efb67a51370414605f46c8cf0 Parents: b2a7e38 Author: tballison <[email protected]> Authored: Wed Sep 7 13:27:10 2016 -0400 Committer: tballison <[email protected]> Committed: Wed Sep 7 13:27:10 2016 -0400 ---------------------------------------------------------------------- tika-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/164bf52c/tika-parent/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 6b8ad5b..5a431cb 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -371,7 +371,7 @@ <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding> <!--sync commons compress with tukaani in tika-parser-package-module --> <commons.compress.version>1.11</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> <pax.exam.version>4.4.0</pax.exam.version> </properties>
