From 42e082c2e22de94bf662a6d4bf46265941deb5b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:58 +0100 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.8 Closes gh-20085 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e182908be8..51de21eba9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1211,7 +1211,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.3") { + library("Neo4j OGM", "3.2.8") { group("org.neo4j") { modules = [ "neo4j-ogm-api",