NIFI-11414 Upgraded snowflake-ingest-sdk from 1.0.3 to 1.1.1

This closes #7145

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-04-08 17:41:15 +03:00 committed by exceptionfactory
parent 83d19a6e9d
commit 2515c5771d
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>1.0.3-beta</version>
<version>1.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>