You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/08/08 17:58:51 UTC

[nifi] branch main updated: NIFI-10291 Updated Snowflake Driver from 3.13.14 to 3.13.21

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 0dc751981c NIFI-10291 Updated Snowflake Driver from 3.13.14 to 3.13.21
0dc751981c is described below

commit 0dc751981c69116fa1766c124af01d30d40bcba3
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Thu Jul 28 16:59:48 2022 +0200

    NIFI-10291 Updated Snowflake Driver from 3.13.14 to 3.13.21
    
    This closes #6252
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
index 0444352ce4..35043334be 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>net.snowflake</groupId>
             <artifactId>snowflake-jdbc</artifactId>
-            <version>3.13.14</version>
+            <version>3.13.21</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>