From 47dbd73a7489b7cf4b1a601c05f66a9f1aa2fa08 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:41:11 +0100 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.10 Closes gh-20781 --- 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 3e1ec4cddd..eec91e0479 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1244,7 +1244,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.9") { + library("Neo4j OGM", "3.2.10") { group("org.neo4j") { modules = [ "neo4j-ogm-api",