This is an automated email from the ASF dual-hosted git repository.

turcsanyi 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 d5ed02ec59 NIFI-12715 Updated Snowflake SDKs
d5ed02ec59 is described below

commit d5ed02ec5969efb82efffa467a6be8c53ceeaccf
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Thu Feb 1 08:24:43 2024 -0500

    NIFI-12715 Updated Snowflake SDKs
    
    This closes #8335.
    
    Signed-off-by: Peter Turcsanyi <turcsa...@apache.org>
---
 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 539e29a812..5b47436bbb 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>

Reply via email to