This is an automated email from the ASF dual-hosted git repository.
turcsanyi pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new f211f3af28 NIFI-12715 Updated Snowflake SDKs
f211f3af28 is described below
commit f211f3af28a55e6a4d2ba44424d12abf232258a1
Author: mr1716 <[email protected]>
AuthorDate: Thu Feb 1 08:24:43 2024 -0500
NIFI-12715 Updated Snowflake SDKs
This closes #8335.
Signed-off-by: Peter Turcsanyi <[email protected]>
(cherry picked from commit d5ed02ec5969efb82efffa467a6be8c53ceeaccf)
---
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 507846e61a..a0662c0b26 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -36,13 +36,13 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
</dependency>
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<!-- please check snowflake-ingest-sdk compatibility before
upgrade -->
- <version>3.14.4</version>
+ <version>3.14.5</version>
</dependency>
</dependencies>
</dependencyManagement>