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 148100b63b NIFI-12497 Upgraded snowflake-jdbc to 3.14.4
148100b63b is described below
commit 148100b63b7e2108eb3b58e6071609233f017277
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 2dbe77774f..00a870a0fd 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>