This is an automated email from the ASF dual-hosted git repository.
findepi 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 b7b0a46819 Build: Bump org.xerial:sqlite-jdbc from 3.46.1.0 to
3.46.1.3 (#11231)
b7b0a46819 is described below
commit b7b0a4681949bf8a285b78f8ba4b29e12748e66c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 3 04:52:59 2024 -0700
Build: Bump org.xerial:sqlite-jdbc from 3.46.1.0 to 3.46.1.3 (#11231)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
3.46.1.0 to 3.46.1.3.
- [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.0...3.46.1.3)
---
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 033e91eef0..69acd34ac5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -87,7 +87,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.1.0"
+sqlite-jdbc = "3.46.1.3"
testcontainers = "1.20.1"
tez010 = "0.10.4"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above