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 50f3272e0 TIKA-3793: update sqlite
50f3272e0 is described below
commit 50f3272e0152fb96226f3a22ff36b51c209ec57f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Aug 25 08:52:11 2022 +0200
TIKA-3793: 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 5e2a9d6e9..2370b50c6 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -417,7 +417,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
- <version>3.39.2.0</version>
+ <version>3.39.2.1</version>
<scope>provided</scope>
</dependency>