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 c3191eecd9 Build: Bump net.snowflake:snowflake-jdbc from 3.19.0 to
3.19.1 (#11406)
c3191eecd9 is described below
commit c3191eecd90cd0b33bb11b77ea2ebd4c35f5e751
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 14:15:42 2024 +0100
Build: Bump net.snowflake:snowflake-jdbc from 3.19.0 to 3.19.1 (#11406)
Bumps
[net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc)
from 3.19.0 to 3.19.1.
- [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.19.0...v3.19.1)
---
updated-dependencies:
- dependency-name: net.snowflake:snowflake-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 61d8bb03c3..aa3cd7b463 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -80,7 +80,7 @@ pig = "0.17.0"
roaringbitmap = "1.3.0"
scala-collection-compat = "2.12.0"
slf4j = "2.0.16"
-snowflake-jdbc = "3.19.0"
+snowflake-jdbc = "3.19.1"
spark-hive33 = "3.3.4"
spark-hive34 = "3.4.4"
spark-hive35 = "3.5.2"