This is an automated email from the ASF dual-hosted git repository.
amoghj 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 f1764c6894 Build: Bump org.xerial:sqlite-jdbc from 3.46.0.1 to
3.46.1.0 (#11007)
f1764c6894 is described below
commit f1764c6894409e802e4b8b8643a2dd7d400b696c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 26 20:38:25 2024 -0600
Build: Bump org.xerial:sqlite-jdbc from 3.46.0.1 to 3.46.1.0 (#11007)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
3.46.0.1 to 3.46.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.46.0.1...3.46.1.0)
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
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 bf7b9077d0..29c605db77 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -84,7 +84,7 @@ spark-hive34 = "3.4.3"
spark-hive35 = "3.5.2"
spring-boot = "2.7.18"
spring-web = "5.3.39"
-sqlite-jdbc = "3.46.0.1"
+sqlite-jdbc = "3.46.1.0"
testcontainers = "1.20.1"
tez010 = "0.10.3"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above