Repository: tika Updated Branches: refs/heads/2.x 1d1bc0dd7 -> 2c9412ab1
TIKA-2171 - upgrade sqlite parser Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/2c9412ab Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/2c9412ab Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/2c9412ab Branch: refs/heads/2.x Commit: 2c9412ab199598e08a27efcc99710474c0ecec37 Parents: 1d1bc0d Author: tballison <[email protected]> Authored: Mon Nov 7 21:28:58 2016 -0500 Committer: tballison <[email protected]> Committed: Mon Nov 7 21:28:58 2016 -0500 ---------------------------------------------------------------------- tika-parser-modules/tika-parser-database-module/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/2c9412ab/tika-parser-modules/tika-parser-database-module/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parser-modules/tika-parser-database-module/pom.xml b/tika-parser-modules/tika-parser-database-module/pom.xml index cdbbaad..5b32a2f 100644 --- a/tika-parser-modules/tika-parser-database-module/pom.xml +++ b/tika-parser-modules/tika-parser-database-module/pom.xml @@ -33,7 +33,7 @@ <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> - <version>3.8.11.2</version> + <version>3.15.1</version> <scope>provided</scope> </dependency> <dependency>
