Browse Source

Upgrade to Neo4j Java Driver 5.28.5

Closes gh-45430
pull/45601/head
Stéphane Nicoll 10 months ago
parent
commit
c101baa787
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1527,7 +1527,7 @@ bom {
] ]
} }
} }
library("Neo4j Java Driver", "5.28.4") { library("Neo4j Java Driver", "5.28.5") {
alignWith { alignWith {
version { version {
from "org.springframework.data:spring-data-neo4j" from "org.springframework.data:spring-data-neo4j"

Loading…
Cancel
Save