This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 710949c TIKA-3244: update sqlite
710949c is described below
commit 710949cd37dd6ca0e939b459807612290db8ba19
Author: THausherr <[email protected]>
AuthorDate: Sat Dec 12 05:51:42 2020 +0100
TIKA-3244: update sqlite
---
tika-parsers/tika-parsers-extended/tika-parser-sqlite3-module/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-module/pom.xml
b/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-module/pom.xml
index c940364..fcb6b35 100644
--- a/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-module/pom.xml
+++ b/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-module/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
- <version>3.31.1</version>
+ <version>3.34</version>
</dependency>
</dependencies>
<build>
@@ -107,4 +107,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>