This is an automated email from the ASF dual-hosted git repository.
tilman 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 9b775e6568 Bump org.xerial:sqlite-jdbc from 3.51.1.0 to 3.51.2.0
(#2607)
9b775e6568 is described below
commit 9b775e65682763f2156dabc0bfc5406adbae9ee0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 07:43:20 2026 +0100
Bump org.xerial:sqlite-jdbc from 3.51.1.0 to 3.51.2.0 (#2607)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
3.51.1.0 to 3.51.2.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
-
[Commits](https://github.com/xerial/sqlite-jdbc/compare/3.51.1.0...3.51.2.0)
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
dependency-version: 3.51.2.0
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 5f81a25643..1322492041 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -438,7 +438,7 @@
<snappy.version>1.1.10.8</snappy.version>
<solrj.version>9.10.0</solrj.version>
<spring.version>7.0.3</spring.version>
- <sqlite.version>3.51.1.0</sqlite.version>
+ <sqlite.version>3.51.2.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 -->