You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2022/10/28 19:52:57 UTC

[nifi] branch main updated: NIFI-10718 Update mongo.driver.version to 4.7.2

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 557a1a7869 NIFI-10718 Update mongo.driver.version to 4.7.2
557a1a7869 is described below

commit 557a1a7869a181a9ea857a15f10bdbe487cdd655
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Fri Oct 28 07:39:42 2022 -0400

    NIFI-10718 Update mongo.driver.version to 4.7.2
    
    This closes #6599
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 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 351b2eb64a..c28f22216e 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.7.1</mongo.driver.version>
+        <mongo.driver.version>4.7.2</mongo.driver.version>
     </properties>
 
     <dependencyManagement>