From fc1d0af5d2bb3521641d8da14337d885fe0da038 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:32 +0200 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.22 Closes gh-26491 --- 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 699777c80bd..7e0e5fda47b 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.21") { + library("Neo4j OGM", "3.2.22") { group("org.neo4j") { modules = [ "neo4j-ogm-api",