From 3154655a7233c6d9f2509d05fe71a1514949848d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:49 +0100 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.12 Closes gh-21856 --- 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 d4b432f364..437ab8a495 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1245,7 +1245,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.11") { + library("Neo4j OGM", "3.2.12") { group("org.neo4j") { modules = [ "neo4j-ogm-api",