NIFI-12715 Updated Snowflake SDKs

This closes #8335.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
This commit is contained in:
mr1716 2024-02-01 08:24:43 -05:00 committed by Peter Turcsanyi
parent a587bad711
commit d5ed02ec59
No known key found for this signature in database
GPG Key ID: 55A813F1C3E553DC
1 changed files with 2 additions and 2 deletions

View File

@ -36,13 +36,13 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<!-- please check snowflake-ingest-sdk compatibility before upgrade -->
<version>3.14.4</version>
<version>3.14.5</version>
</dependency>
</dependencies>
</dependencyManagement>