This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 8078226c07 Build: Bump org.xerial:sqlite-jdbc from 3.41.0.0 to
3.42.0.0 (#8350)
8078226c07 is described below
commit 8078226c078c51299755d56ebddaafe91d476b80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 21 10:00:59 2023 +0200
Build: Bump org.xerial:sqlite-jdbc from 3.41.0.0 to 3.42.0.0 (#8350)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
3.41.0.0 to 3.42.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.41.0.0...3.42.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 8fdd11a1e2..96f95759ad 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -62,7 +62,7 @@ spark-hive33 = "3.3.2"
spark-hive34 = "3.4.1"
spring-boot = "2.5.4"
spring-web = "5.3.9"
-sqlite-jdbc = "3.41.0.0"
+sqlite-jdbc = "3.42.0.0"
testcontainers = "1.17.6"
tez010 = "0.10.2"
tez08 = { strictly = "[0.8, 0.9[", prefer = "0.8.4"} # see rich version usage
explanation above