Repository: tika Updated Branches: refs/heads/master 8580fc292 -> 9a71fa7aa
TIKA-1924 - upgrade iso parser to 1.1.18 Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/9a71fa7a Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/9a71fa7a Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/9a71fa7a Branch: refs/heads/master Commit: 9a71fa7aaf86bcbd7e39c9f64ec3a741e9fc7941 Parents: 8580fc2 Author: tballison <[email protected]> Authored: Thu Mar 31 20:24:58 2016 -0400 Committer: tballison <[email protected]> Committed: Thu Mar 31 20:24:58 2016 -0400 ---------------------------------------------------------------------- tika-parsers/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/9a71fa7a/tika-parsers/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml index b710c1d..e709bbc 100644 --- a/tika-parsers/pom.xml +++ b/tika-parsers/pom.xml @@ -203,7 +203,7 @@ <dependency> <groupId>com.googlecode.mp4parser</groupId> <artifactId>isoparser</artifactId> - <version>1.0.2</version> + <version>1.1.18</version> </dependency> <dependency> <groupId>com.drewnoakes</groupId>
