NIFI-11419 Upgraded MongoDB driver from 4.8.2 to 4.9.1

This closes #7150

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-04-08 19:10:55 +03:00 committed by exceptionfactory
parent 2b06306b07
commit 06145d2b30
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
</modules>
<properties>
<mongo.driver.version>4.8.2</mongo.driver.version>
<mongo.driver.version>4.9.1</mongo.driver.version>
</properties>
<dependencyManagement>