Browse Source

Upgrade to Neo4j Java Driver 5.28.5

Closes gh-45431
pull/45650/head
Stéphane Nicoll 9 months ago
parent
commit
6c51617cec
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save