NIFI-12097 Upgraded Snowflake ingest SDK to 2.0.3 and JDBC to 3.14.1

This closes #7764

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-09-20 15:34:12 +02:00 committed by exceptionfactory
parent fbb635e4c6
commit 9c19656f5b
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 2 additions and 2 deletions

View File

@ -35,12 +35,12 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.14.0</version>
<version>3.14.1</version>
</dependency>
</dependencies>
</dependencyManagement>