This is an automated email from the ASF dual-hosted git repository.
pvillard 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 718d7e0461 NIFI-12497 Upgraded snowflake-jdbc to 3.14.4
718d7e0461 is described below
commit 718d7e046143655e6b584342c5abaf6ef7bad2cb
Author: Peter Turcsanyi <[email protected]>
AuthorDate: Sat Dec 9 10:33:18 2023 +0100
NIFI-12497 Upgraded snowflake-jdbc to 3.14.4
Signed-off-by: Pierre Villard <[email protected]>
This closes #8149.
---
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 059db5453b..539e29a812 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -42,7 +42,7 @@
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<!-- please check snowflake-ingest-sdk compatibility before
upgrade -->
- <version>3.14.3</version>
+ <version>3.14.4</version>
</dependency>
</dependencies>
</dependencyManagement>