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 9c15b570f9 NIFI-14372 Upgraded Snowflake JDBC from 3.23.0 to 3.23.1
(#9803)
9c15b570f9 is described below
commit 9c15b570f93ad1e905b44a829618ca576f8ff803
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 14 19:08:14 2025 -0500
NIFI-14372 Upgraded Snowflake JDBC from 3.23.0 to 3.23.1 (#9803)
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-snowflake-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index b4e7563fe0..a5a5645365 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -40,7 +40,7 @@
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<!-- please check snowflake-ingest-sdk compatibility before
upgrade -->
- <version>3.23.0</version>
+ <version>3.23.1</version>
</dependency>
</dependencies>
</dependencyManagement>