From 9241e488e8f1fd2c5850ecdd772fc467411c478f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:33 +0100 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.12 Closes gh-21967 --- 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 50e49ec015..47611fc959 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",