Browse Source

Upgrade to Neo4j Java Driver 5.20.0

Closes gh-40654
3.1.x
Andy Wilkinson 2 years ago
parent
commit
23f136d606
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save