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
The following commit(s) were added to refs/heads/main by this push:
new eb9f75e28f NIFI-11009 Update Snowflake SDK to 1.0.2-beta.7
eb9f75e28f is described below
commit eb9f75e28fed4aa9b75f2e8c5139145882a442c3
Author: Pierre Villard <[email protected]>
AuthorDate: Sat Dec 24 19:35:44 2022 +0100
NIFI-11009 Update Snowflake SDK to 1.0.2-beta.7
This closes #6808
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 9faa58a7d7..509c799619 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
- <version>1.0.2-beta.6</version>
+ <version>1.0.2-beta.7</version>
</dependency>
</dependencies>
</dependencyManagement>