This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 16f87ef7dd Build: Bump org.xerial:sqlite-jdbc from 3.51.1.0 to
3.51.2.0 (#15320)
16f87ef7dd is described below
commit 16f87ef7dd2c80fe55765e937c990fd227a69b4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 14 23:24:07 2026 -0800
Build: Bump org.xerial:sqlite-jdbc from 3.51.1.0 to 3.51.2.0 (#15320)
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>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 17b902c123..31f69a5c36 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -88,7 +88,7 @@ spark34 = "3.4.4"
spark35 = "3.5.8"
spark40 = "4.0.2"
spark41 = "4.1.1"
-sqlite-jdbc = "3.51.1.0"
+sqlite-jdbc = "3.51.2.0"
testcontainers = "2.0.3"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above