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 425dd6a848 NIFI-10790 Updated Snowflake JDBC driver from 3.13.21 to 
3.13.24
425dd6a848 is described below

commit 425dd6a848fd81b8585751c18afddacfb63755fb
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Nov 9 20:28:45 2022 +0100

    NIFI-10790 Updated Snowflake JDBC driver from 3.13.21 to 3.13.24
    
    This closes #6641
    
    Signed-off-by: David Handermann <[email protected]>
---
 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 466cdc38a3..780ee260bb 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
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>net.snowflake</groupId>
             <artifactId>snowflake-jdbc</artifactId>
-            <version>3.13.21</version>
+            <version>3.13.24</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>

Reply via email to