From 057ab3c6473680a33663dbed2268b205279a0b95 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:02 +0100 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.14 Closes gh-22475 --- 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 27f2a47c20..a3ac785fed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1223,7 +1223,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.12") { + library("Neo4j OGM", "3.2.14") { group("org.neo4j") { modules = [ "neo4j-ogm-api",