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 74634cfab3 Build: Bump org.xerial:sqlite-jdbc from 3.53.0.0 to
3.53.1.0 (#16379)
74634cfab3 is described below
commit 74634cfab3e70ee824948657bffdcb156b3caadc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 16 23:17:49 2026 -0700
Build: Bump org.xerial:sqlite-jdbc from 3.53.0.0 to 3.53.1.0 (#16379)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
3.53.0.0 to 3.53.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.53.0.0...3.53.1.0)
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
dependency-version: 3.53.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 dcc27c6c78..f43358ccec 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -90,7 +90,7 @@ spark34 = "3.4.4"
spark35 = "3.5.8"
spark40 = "4.0.2"
spark41 = "4.1.1"
-sqlite-jdbc = "3.53.0.0"
+sqlite-jdbc = "3.53.1.0"
testcontainers = "2.0.5"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above