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 83ca3687adffd3590a09fc2e0d3c2f204339f9f7 Author: mr1716 <[email protected]> AuthorDate: Mon Jul 31 09:19:11 2023 -0400 NIFI-11884 Upgraded snowflake-ingest-sdk from 2.0.1 to 2.0.2 This closes #7549 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-snowflake-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml index f0043ebed3..34c9a37723 100644 --- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml @@ -35,7 +35,7 @@ <dependency> <groupId>net.snowflake</groupId> <artifactId>snowflake-ingest-sdk</artifactId> - <version>2.0.1</version> + <version>2.0.2</version> </dependency> <dependency> <groupId>net.snowflake</groupId>
