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 66fc11d7c5 NIFI-11905 Update snowflake-jdbc to 3.14.0
66fc11d7c5 is described below
commit 66fc11d7c54845d60196ebc9f3298ea411beb779
Author: mr1716 <[email protected]>
AuthorDate: Thu Aug 3 09:31:37 2023 -0400
NIFI-11905 Update snowflake-jdbc to 3.14.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #7569.
---
nifi-nar-bundles/nifi-snowflake-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
index 34c9a37723..a0de32bfcf 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
- <version>3.13.33</version>
+ <version>3.14.0</version>
</dependency>
</dependencies>
</dependencyManagement>