This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 9c19656f5b621aef224ad01924b1859618c070b5 Author: Pierre Villard <[email protected]> AuthorDate: Wed Sep 20 15:34:12 2023 +0200 NIFI-12097 Upgraded Snowflake ingest SDK to 2.0.3 and JDBC to 3.14.1 This closes #7764 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-snowflake-bundle/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml index a0de32bfcf..3f1391307a 100644 --- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml @@ -35,12 +35,12 @@ <dependency> <groupId>net.snowflake</groupId> <artifactId>snowflake-ingest-sdk</artifactId> - <version>2.0.2</version> + <version>2.0.3</version> </dependency> <dependency> <groupId>net.snowflake</groupId> <artifactId>snowflake-jdbc</artifactId> - <version>3.14.0</version> + <version>3.14.1</version> </dependency> </dependencies> </dependencyManagement>
