This is an automated email from the ASF dual-hosted git repository.
pvillard 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 4646c45c6d NIFI-15167 Upgraded Snowflake JDBC from 3.27.0 to 3.27.1
4646c45c6d is described below
commit 4646c45c6df2771321b542ef04aae578c454290d
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Oct 31 14:30:42 2025 -0500
NIFI-15167 Upgraded Snowflake JDBC from 3.27.0 to 3.27.1
- Upgraded Snowflake Ingest SDK from 4.3.0 to 4.3.1
Signed-off-by: Pierre Villard <[email protected]>
This closes #10486.
---
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 18aec8553a..723e7a8cc6 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -26,8 +26,8 @@
<protobuf.version>4.33.0</protobuf.version>
<grpc.version>1.76.0</grpc.version>
<!-- Check Ingest SDK and JDBC compatibility when upgrading -->
-
<snowflake-ingest-sdk.version>4.3.0-unshaded</snowflake-ingest-sdk.version>
- <snowflake-jdbc-thin.version>3.27.0</snowflake-jdbc-thin.version>
+
<snowflake-ingest-sdk.version>4.3.1-unshaded</snowflake-ingest-sdk.version>
+ <snowflake-jdbc-thin.version>3.27.1</snowflake-jdbc-thin.version>
</properties>
<modules>