This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 381184f9b6 TIKA-4327: update sqlite
381184f9b6 is described below
commit 381184f9b6f2b9d7e8d6af3fd9647903161d8b63
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu May 7 05:53:13 2026 +0200
TIKA-4327: 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 625b6ad46e..a22b7aa19a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -446,7 +446,7 @@
-->
<solrj.version>9.10.1</solrj.version>
<spring.version>7.0.7</spring.version>
- <sqlite.version>3.53.0.0</sqlite.version>
+ <sqlite.version>3.53.1.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>2.0.5</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->