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 <pierre.villard.fr@gmail.com>

This closes #7790.
This commit is contained in:
Peter Turcsanyi 2023-09-25 19:14:03 +02:00 committed by Pierre Villard
parent 5a55bc4a55
commit 24994a53c3
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5

View File

@ -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>