This is an automated email from the ASF dual-hosted git repository.
huaxingao 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 acd3e4657d Build: Bump net.snowflake:snowflake-jdbc from 3.26.1 to
3.27.0 (#14304)
acd3e4657d is described below
commit acd3e4657d2f4e6bfe4d092fa88dd362bb50fedc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 12 09:39:52 2025 -0700
Build: Bump net.snowflake:snowflake-jdbc from 3.26.1 to 3.27.0 (#14304)
Bumps
[net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc)
from 3.26.1 to 3.27.0.
- [Release notes](https://github.com/snowflakedb/snowflake-jdbc/releases)
-
[Changelog](https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/snowflakedb/snowflake-jdbc/compare/v3.26.1...v3.27.0)
---
updated-dependencies:
- dependency-name: net.snowflake:snowflake-jdbc
dependency-version: 3.27.0
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 bfb4c5930a..900f929f65 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -82,7 +82,7 @@ parquet = "1.16.0"
roaringbitmap = "1.3.0"
scala-collection-compat = "2.14.0"
slf4j = "2.0.17"
-snowflake-jdbc = "3.26.1"
+snowflake-jdbc = "3.27.0"
spark34 = "3.4.4"
spark35 = "3.5.7"
spark40 = "4.0.1"