NIFI-12497 Upgraded snowflake-jdbc to 3.14.4

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8149.
This commit is contained in:
Peter Turcsanyi 2023-12-09 10:33:18 +01:00 committed by Pierre Villard
parent 9a5ec83baa
commit 718d7e0461
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

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