From 6a76ecfbc86844cc2de575e6880c1d69b387d037 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:33 +0200 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.21 Closes gh-25966 --- 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 c67b098bb7c..5e304d169ef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1231,7 +1231,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.20") { + library("Neo4j OGM", "3.2.21") { group("org.neo4j") { modules = [ "neo4j-ogm-api",