Browse Source

Upgrade to Neo4j Java Driver 5.23.0

Closes gh-41730
pull/42868/head
Stéphane Nicoll 1 year ago
parent
commit
bbdaa2aa26
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save