This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 225296435ddffb129c09f9a263a8ad989585a470
Author: mr1716 <[email protected]>
AuthorDate: Fri Jul 28 08:27:27 2023 -0400

    NIFI-11867 Upgraded Neo4j Driver from 4.4.11 to 4.4.12
    
    This closes #7534
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml 
b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index 2c4a64d6cb..b6bfb38b2d 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -19,7 +19,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <neo4j.driver.version>4.4.11</neo4j.driver.version>
+        <neo4j.driver.version>4.4.12</neo4j.driver.version>
         <neo4j.docker.version>4.4</neo4j.docker.version>
     </properties>
 

Reply via email to