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 fd34468918 NIFI-14217 - Bump net.snowflake:snowflake-jdbc
fd34468918 is described below
commit fd34468918a1b0861548d7956b5e572b61eaced3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 31 18:57:28 2025 +0000
NIFI-14217 - Bump net.snowflake:snowflake-jdbc
Bumps
[net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc)
from 3.20.0 to 3.22.0.
- [Release notes](https://github.com/snowflakedb/snowflake-jdbc/releases)
-
[Changelog](https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.rst)
-
[Commits](https://github.com/snowflakedb/snowflake-jdbc/compare/v3.20.0...v3.22.0)
---
updated-dependencies:
- dependency-name: net.snowflake:snowflake-jdbc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Pierre Villard <[email protected]>
This closes #9677.
---
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 2fb47377bc..667accaf12 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.20.0</version>
+ <version>3.22.0</version>
</dependency>
</dependencies>
</dependencyManagement>