This is an automated email from the ASF dual-hosted git repository.
tilman 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 0c01590904 TIKA-4488: update sqlite
0c01590904 is described below
commit 0c0159090490642c5c8534c7c411f6dda92e125b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Mar 17 11:03:48 2026 +0100
TIKA-4488: 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 88c919290b..5a67995840 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -433,7 +433,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.51.2.0</sqlite.version>
+ <sqlite.version>3.51.3.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>2.0.3</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->