Fokko commented on code in PR #13685: URL: https://github.com/apache/iceberg/pull/13685#discussion_r2251994126
########## gradle/libs.versions.toml: ########## @@ -81,7 +81,7 @@ parquet = "1.15.2" roaringbitmap = "1.3.0" scala-collection-compat = "2.13.0" slf4j = "2.0.17" -snowflake-jdbc = "3.24.2" +snowflake-jdbc = "3.25.1" Review Comment: I'm not sure if this justifies another release. Iceberg doesn't shadow the snowflake stuff, so you could pin the Snowflake version to 3.25.1 in your own build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
