From d06c1db2599f10df47d847dac5a5586fdcdebeeb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jan 2024 15:24:55 +0000 Subject: [PATCH] Upgrade to Neo4j Java Driver 5.15.0 Closes gh-39135 --- 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 ec7053a579a..8a7003b7024 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1050,7 +1050,7 @@ bom { ] } } - library("Neo4j Java Driver", "5.13.0") { + library("Neo4j Java Driver", "5.15.0") { alignWithVersion { from "org.springframework.data:spring-data-neo4j" managedBy "Spring Data Bom"