From 2fa35fbcbcaa365cfae4eb433f9c319b8057a75a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:12 +0000 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.9 Closes gh-20461 --- 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 123f86936e..cd0f8885f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1242,7 +1242,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.8") { + library("Neo4j OGM", "3.2.9") { group("org.neo4j") { modules = [ "neo4j-ogm-api",