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 f9cdde2516 Build: Bump net.snowflake:snowflake-jdbc from 3.15.1 to
3.16.0 (#10269)
f9cdde2516 is described below
commit f9cdde2516daea6d503798ef62e5869b5e46c31d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 28 09:55:57 2024 +0200
Build: Bump net.snowflake:snowflake-jdbc from 3.15.1 to 3.16.0 (#10269)
Bumps
[net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc)
from 3.15.1 to 3.16.0.
- [Release notes](https://github.com/snowflakedb/snowflake-jdbc/releases)
-
[Changelog](https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.rst)
-
[Commits](https://github.com/snowflakedb/snowflake-jdbc/compare/v3.15.1...v3.16.0)
---
updated-dependencies:
- dependency-name: net.snowflake:snowflake-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 aaac1258ea..2ad34002d1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -76,7 +76,7 @@ roaringbitmap = "1.0.6"
s3mock-junit5 = "2.11.0"
scala-collection-compat = "2.11.0"
slf4j = "1.7.36"
-snowflake-jdbc = "3.15.1"
+snowflake-jdbc = "3.16.0"
spark-hive33 = "3.3.4"
spark-hive34 = "3.4.3"
spark-hive35 = "3.5.1"