From 0233fe90b12bf52edd9254a677ff7e190ea315cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Apr 2019 07:52:18 +0000 Subject: [PATCH] Bump neo4j from 3.5.4 to 3.5.5 in /modules/neo4j Bumps [neo4j](https://github.com/neo4j/neo4j) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/neo4j/neo4j/releases) - [Commits](https://github.com/neo4j/neo4j/commits) Signed-off-by: dependabot[bot] --- modules/neo4j/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/neo4j/build.gradle b/modules/neo4j/build.gradle index 9b0f3a48c3b..2a6f5ea1e1e 100644 --- a/modules/neo4j/build.gradle +++ b/modules/neo4j/build.gradle @@ -25,7 +25,7 @@ task customNeo4jPluginJar(type: Jar) { test.dependsOn customNeo4jPluginJar dependencies { - customNeo4jPluginCompileOnly "org.neo4j:neo4j:3.5.4" + customNeo4jPluginCompileOnly "org.neo4j:neo4j:3.5.5" compile project(":testcontainers")