This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new d311e5285c TIKA-4456: update sqlite
d311e5285c is described below
commit d311e5285c6638a876ed2496e9a6e0ee2a9f94ad
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu May 7 05:53:50 2026 +0200
TIKA-4456: update sqlite
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 3e31345e37..63f3e6c0c8 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -410,7 +410,7 @@
<!-- NOTE: Spring 6 requires jdk17 -->
<!-- remove from ossindex when bumping from 5.3.39 -->
<spring.version>5.3.39</spring.version>
- <sqlite.version>3.53.0.0</sqlite.version>
+ <sqlite.version>3.53.1.0</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
<testcontainers.version>1.21.4</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent-->