From 781b14cffd1b1140b5dc90f864aa2db4bea77143 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 13 Mar 2024 19:14:34 +0000 Subject: [PATCH] Upgrade to Neo4j Java Driver 5.18.0 Closes gh-39935 --- 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 37273e572f7..6b5d00641cc 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.17.0") { + library("Neo4j Java Driver", "5.18.0") { alignWithVersion { from "org.springframework.data:spring-data-neo4j" managedBy "Spring Data Bom"