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

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

commit 4fd8dd0bd40b6dcc6d2265eeb5b1ee0e5d006a5f
Author: Pierre Villard <pierre.villard...@gmail.com>
AuthorDate: Sat Feb 18 18:40:22 2023 -0500

    NIFI-11198 - Upgrade snowflake-ingest-sdk to 1.0.3
    
    This closes #6972
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 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 eee3f1d934..1ec01487a2 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -36,7 +36,7 @@
             <dependency>
                 <groupId>net.snowflake</groupId>
                 <artifactId>snowflake-ingest-sdk</artifactId>
-                <version>1.0.2-beta.7</version>
+                <version>1.0.3-beta</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to