From 890e61989fa7fbf551d6e284a5023a2955c68575 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:25 +0000 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.17 Closes gh-23879 --- 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 22418f8a29..aac8cca07d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1227,7 +1227,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.16") { + library("Neo4j OGM", "3.2.17") { group("org.neo4j") { modules = [ "neo4j-ogm-api",