From f73e7bcc0c3b11c14c4207d6b7139cfbea05f40b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Jun 2021 15:00:54 +0200 Subject: [PATCH] Upgrade to Neo4j OGM 3.2.24 Closes gh-26831 --- 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 5e3adc7d34..9b158792a3 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.23") { + library("Neo4j OGM", "3.2.24") { group("org.neo4j") { modules = [ "neo4j-ogm-api",