This is an automated email from the ASF dual-hosted git repository.
pvillard 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 5280762f58 NIFI-10417 Upgrade neo4j-java-driver to 1.7.6
5280762f58 is described below
commit 5280762f58cba2eef034f3d626521d3177d24762
Author: UcanInfosec <[email protected]>
AuthorDate: Wed Aug 31 17:48:37 2022 -0400
NIFI-10417 Upgrade neo4j-java-driver to 1.7.6
Signed-off-by: Pierre Villard <[email protected]>
This closes #6353.
---
nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml
b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml
index 4e841bdd1f..fed62be3c1 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
- <version>1.7.5</version>
+ <version>1.7.6</version>
<scope>compile</scope>
</dependency>