This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_1x by this push:
new 9788f34 TIKA-3244: update sqlite
9788f34 is described below
commit 9788f348965b2c752e0b6333e27086da7233d5f8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Dec 12 05:51:08 2020 +0100
TIKA-3244: update sqlite
---
tika-parsers/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 42972a6..444d8f0 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -425,7 +425,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
- <version>3.32.3.2</version>
+ <version>3.34.0</version>
<scope>provided</scope>
</dependency>