NIFI-11905 Update snowflake-jdbc to 3.14.0

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

This closes #7569.
This commit is contained in:
mr1716 2023-08-03 09:31:37 -04:00 committed by Pierre Villard
parent 04cd6c216e
commit 66fc11d7c5
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.13.33</version>
<version>3.14.0</version>
</dependency>
</dependencies>
</dependencyManagement>