From 2e69198f979af38f9132a918b945482d569b78f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:43 +0100 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.19 Closes gh-24763 --- 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 094c8d9ac9..06886787ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1230,7 +1230,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.18") { + library("Neo4j OGM", "3.2.19") { group("org.neo4j") { modules = [ "neo4j-ogm-api",