This is an automated email from the ASF dual-hosted git repository.
fokko 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 68a7102073 Build: Bump org.xerial:sqlite-jdbc from 3.46.1.3 to
3.47.0.0 (#11407)
68a7102073 is described below
commit 68a7102073d53e81a082cc56b6f5dac6d5f436ae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 12:02:34 2024 +0100
Build: Bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 (#11407)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
3.46.1.3 to 3.47.0.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.46.1.3...3.47.0.0)
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 3ae93c183b..67f50a120c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -86,7 +86,7 @@ spark-hive34 = "3.4.4"
spark-hive35 = "3.5.2"
spring-boot = "2.7.18"
spring-web = "5.3.39"
-sqlite-jdbc = "3.46.1.3"
+sqlite-jdbc = "3.47.0.0"
testcontainers = "1.20.2"
tez010 = "0.10.4"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above