This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit cc82023283d7d17e69346e4044729e19a9da5e7e 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]> (cherry picked from commit 83ca3687adffd3590a09fc2e0d3c2f204339f9f7) --- 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 c088bfb636..fb63f3c4f5 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>
