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 7bdf17f55 Bump org.xerial:sqlite-jdbc from 3.50.1.0 to 3.50.2.0 (#2263)
7bdf17f55 is described below
commit 7bdf17f553a5ec4de5a67eea53815203b8645c42
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 30 09:11:08 2025 +0200
Bump org.xerial:sqlite-jdbc from 3.50.1.0 to 3.50.2.0 (#2263)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
3.50.1.0 to 3.50.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.50.1.0...3.50.2.0)
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
dependency-version: 3.50.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 94fdac64f..bf838d6e4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -440,7 +440,7 @@
<snappy.version>1.1.10.7</snappy.version>
<solrj.version>9.8.1</solrj.version>
<spring.version>6.2.8</spring.version>
- <sqlite.version>3.50.1.0</sqlite.version>
+ <sqlite.version>3.50.2.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>1.21.3</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->