From 4b40c9251ef033ca66edc7efd174467cdaafffdf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 14 Jul 2025 09:47:43 +0100 Subject: [PATCH] Upgrade to Neo4j Java Driver 5.28.8 Closes gh-46415 --- 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 2e26b49db30..7a5e6741391 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Neo4j Java Driver", "5.28.7") { + library("Neo4j Java Driver", "5.28.8") { alignWith { version { from "org.springframework.data:spring-data-neo4j"