Browse Source

Upgrade to Neo4j Java Driver 5.22.0

Closes gh-41397
pull/41443/head
Andy Wilkinson 2 years ago
parent
commit
349e462aab
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1375,7 +1375,7 @@ bom { @@ -1375,7 +1375,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