From 4c8c316f888aaa9846112d43c7d9a59ab7db2640 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:42 +0200 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.11 Closes gh-21247 --- 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 7ed63f6238..eff34bf16e 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.10") { + library("Neo4j OGM", "3.2.11") { group("org.neo4j") { modules = [ "neo4j-ogm-api",