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 5644fdd725 NIFI-12126: Downgrade snowflake-jdbc to 3.13.33
snowflake-ingest-sdk:2.0.3 is not compatible with snowflake-jdbc:3.14.x
5644fdd725 is described below
commit 5644fdd72575f9e8e45d8b057e61f9d59e1e9078
Author: Peter Turcsanyi <[email protected]>
AuthorDate: Mon Sep 25 19:14:03 2023 +0200
NIFI-12126: Downgrade snowflake-jdbc to 3.13.33
snowflake-ingest-sdk:2.0.3 is not compatible with snowflake-jdbc:3.14.x
Signed-off-by: Pierre Villard <[email protected]>
This closes #7790.
---
nifi-nar-bundles/nifi-snowflake-bundle/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
index 3f1391307a..e2da9899e7 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -40,7 +40,8 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
- <version>3.14.1</version>
+ <!-- please check snowflake-ingest-sdk compatibility before
upgrade -->
+ <version>3.13.33</version>
</dependency>
</dependencies>
</dependencyManagement>