From b16eaf5bc6182ffbaba33ed9e909f19a63d1dd8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 09:01:52 +0000 Subject: [PATCH] Bump neo4j from 3.5.9 to 4.2.4 in /modules/neo4j Bumps [neo4j](https://github.com/neo4j/neo4j) from 3.5.9 to 4.2.4. - [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 9aab6b18298..b44ed053c9e 100644 --- a/modules/neo4j/build.gradle +++ b/modules/neo4j/build.gradle @@ -29,7 +29,7 @@ task customNeo4jPluginJar(type: Jar) { test.dependsOn customNeo4jPluginJar dependencies { - customNeo4jPluginCompileOnly "org.neo4j:neo4j:3.5.9" + customNeo4jPluginCompileOnly "org.neo4j:neo4j:4.2.4" compile project(":testcontainers")