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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 345ce9ce060bd8c31391c801f736ee47f11e7870
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Sep 20 15:34:12 2023 +0200

    NIFI-12097 Upgraded Snowflake ingest SDK to 2.0.3 and JDBC to 3.14.1
    
    This closes #7764
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit 9c19656f5b621aef224ad01924b1859618c070b5)
---
 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 d0fa75fe9a..8dfd026f71 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -35,12 +35,12 @@
             <dependency>
                 <groupId>net.snowflake</groupId>
                 <artifactId>snowflake-ingest-sdk</artifactId>
-                <version>2.0.2</version>
+                <version>2.0.3</version>
             </dependency>
             <dependency>
                 <groupId>net.snowflake</groupId>
                 <artifactId>snowflake-jdbc</artifactId>
-                <version>3.14.0</version>
+                <version>3.14.1</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to