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 8c2b8cb6bc NIFI-10557 Upgrade MongoDB driver to 4.7.1
8c2b8cb6bc is described below

commit 8c2b8cb6bc089f91ba37d5b0619232272795cfb5
Author: Lance Kinley <[email protected]>
AuthorDate: Wed Sep 28 10:49:31 2022 -0700

    NIFI-10557 Upgrade MongoDB driver to 4.7.1
    
    This closes #6455
    
    Fully supports MongoDB 6.0
    
    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 5493e55981..5d4481e953 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.5.0</mongo.driver.version>
+        <mongo.driver.version>4.7.1</mongo.driver.version>
     </properties>
 
     <dependencyManagement>

Reply via email to