You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2022/10/27 10:31:55 UTC

[hop] branch master updated: HOP-4516 : Update the Neo4j Java driver to version 5.1.0

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

mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c28a36eb0 HOP-4516 : Update the Neo4j Java driver to version 5.1.0
     new dcf2ca5e3f Merge pull request #1761 from mattcasters/cypher-builder
1c28a36eb0 is described below

commit 1c28a36eb02ba0291070ea9ba4aa4cc5d97b793c
Author: Matt Casters <ma...@gmail.com>
AuthorDate: Thu Oct 27 12:30:15 2022 +0200

    HOP-4516 : Update the Neo4j Java driver to version 5.1.0
---
 docker/integration-tests/integration-tests-neo4j.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/integration-tests/integration-tests-neo4j.yaml b/docker/integration-tests/integration-tests-neo4j.yaml
index 64b7b3f8ce..c7ec9f2851 100644
--- a/docker/integration-tests/integration-tests-neo4j.yaml
+++ b/docker/integration-tests/integration-tests-neo4j.yaml
@@ -28,7 +28,7 @@ services:
       - neo4j
 
   neo4j:
-    image: neo4j:latest
+    image: neo4j:4.4-community
     ports:
       - "7474"
       - "7687"