Browse Source

Upgrade to Neo4j Java Driver 5.22.0

Closes gh-41382
pull/41718/head
Andy Wilkinson 2 years ago
parent
commit
cf8513ee58
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save