This is an automated email from the ASF dual-hosted git repository.
mthomsen 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 324e4797e6 NIFI-9886 Upgrade MongoDB driver to version 4.5.0
324e4797e6 is described below
commit 324e4797e688d0f68593a395a66ed1425f6743e0
Author: Lance Kinley <[email protected]>
AuthorDate: Wed Apr 6 13:23:04 2022 -0700
NIFI-9886 Upgrade MongoDB driver to version 4.5.0
Resolves performance issues that impact versions 4.4 and 4.3 of
the driver and adds support up through MongoDB 5.1
Add support for Java 17
This closes #5940
Signed-off-by: Mike Thomsen <[email protected]>
---
nifi-nar-bundles/nifi-mongodb-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
index 19c19eecf5..df96e8b7e4 100644
--- a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
@@ -35,7 +35,7 @@
</modules>
<properties>
- <mongo.driver.version>4.3.2</mongo.driver.version>
+ <mongo.driver.version>4.5.0</mongo.driver.version>
</properties>
<dependencyManagement>