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 786d1645c7 Build: Bump org.xerial:sqlite-jdbc from 3.51.0.0 to
3.51.1.0 (#14786)
786d1645c7 is described below
commit 786d1645c78f13fbd627e1d8a9785c6960d44798
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 6 23:33:39 2025 -0800
Build: Bump org.xerial:sqlite-jdbc from 3.51.0.0 to 3.51.1.0 (#14786)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
3.51.0.0 to 3.51.1.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.0.0...3.51.1.0)
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
dependency-version: 3.51.1.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 aad570e406..b1b5394ac3 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -86,7 +86,7 @@ snowflake-jdbc = "3.27.1"
spark34 = "3.4.4"
spark35 = "3.5.7"
spark40 = "4.0.1"
-sqlite-jdbc = "3.51.0.0"
+sqlite-jdbc = "3.51.1.0"
testcontainers = "2.0.2"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above