This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 79b8a034f6f4948c74ce9a36adcdfe0dc45e3d5a 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]> (cherry picked from commit 225296435ddffb129c09f9a263a8ad989585a470) --- 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 e0a2590dc9..ab577745d0 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>
