This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new d428970efb NIFI-13957 Upgraded snowflake-jdbc from 3.14.5 to 3.20.0
(#9475)
d428970efb is described below
commit d428970efbdc695a0d8af8639406453ac4976099
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 2 13:40:39 2024 -0500
NIFI-13957 Upgraded snowflake-jdbc from 3.14.5 to 3.20.0 (#9475)
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-snowflake-bundle/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index 030319e65c..bb74268eeb 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -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>