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 1397319b88 TIKA-4792: update sqlite
1397319b88 is described below
commit 1397319b88be11c1b825495c7f0605e8627767ae
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 28 16:40:55 2026 +0200
TIKA-4792: 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 2e4f40a8a5..2a9001c0b7 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -436,7 +436,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.2.1</sqlite.version>
+ <sqlite.version>3.53.4.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 -->