This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.16 in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 340cefc3c997e73d8586c468ff0f1c3cc1c50071 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 3169491906..5f6567b697 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>
