mirror of https://github.com/apache/nifi.git
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:
parent
39a08025c3
commit
324e4797e6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue