This is an automated email from the ASF dual-hosted git repository.
singhpk234 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 77f65e1462 Build: Bump org.xerial:sqlite-jdbc from 3.51.2.0 to
3.51.3.0 (#15721)
77f65e1462 is described below
commit 77f65e1462d5d59cac7a61e94664254af20c4fcc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 22 09:20:13 2026 -0700
Build: Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 (#15721)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
3.51.2.0 to 3.51.3.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.2.0...3.51.3.0)
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
dependency-version: 3.51.3.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 315f069c1a..8395a3d6a2 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.2.0"
+sqlite-jdbc = "3.51.3.0"
testcontainers = "2.0.4"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above