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 <mthomsen@apache.org>
This commit is contained in:
Lance Kinley 2022-04-06 13:23:04 -07:00 committed by Joe Witt
parent ba4db79196
commit 340cefc3c9
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A

View File

@ -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>