You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/08/06 11:26:30 UTC

[tika] branch branch_1x updated: TIKA-3793: update sqlite

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 c54f2173d TIKA-3793: update sqlite
c54f2173d is described below

commit c54f2173d6048e3978a2c6d42c0a364d9d54a38a
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Aug 6 13:25:39 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 f711a6d7a..82725afe4 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.36.0.3</version>
+      <version>3.39.2.0</version>
       <scope>provided</scope>
     </dependency>