This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 5a62a410e5 TIKA-4695: update sqlite
5a62a410e5 is described below
commit 5a62a410e5012bed1a32e0ee5a593c1c13b019b4
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu May 7 05:53:30 2026 +0200
TIKA-4695: 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 05a20fd401..c0f93018b8 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -435,7 +435,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>
<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 -->