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

pvillard 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 2c9633122f NIFI-11905 Update snowflake-jdbc to 3.14.0
2c9633122f is described below

commit 2c9633122ffb175eef9e4ffb85f71d0e5b8eaba8
Author: mr1716 <[email protected]>
AuthorDate: Thu Aug 3 09:31:37 2023 -0400

    NIFI-11905 Update snowflake-jdbc to 3.14.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7569.
---
 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 fb63f3c4f5..d0fa75fe9a 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -40,7 +40,7 @@
             <dependency>
                 <groupId>net.snowflake</groupId>
                 <artifactId>snowflake-jdbc</artifactId>
-                <version>3.13.33</version>
+                <version>3.14.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to