Skip to content

Commit

Permalink
NIFI-13957 Upgraded snowflake-jdbc from 3.14.5 to 3.20.0 (#9475)
Browse files Browse the repository at this point in the history
Signed-off-by: David Handermann <exceptionfactory@apache.org>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 1f0fe25 commit d428970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>2.1.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<!-- please check snowflake-ingest-sdk compatibility before upgrade -->
<version>3.14.5</version>
<version>3.20.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit d428970

Please sign in to comment.