Browse Source

Upgrade to Neo4j Java Driver 5.28.2

Closes gh-44600
pull/44636/head
Stéphane Nicoll 10 months ago
parent
commit
48466968e1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save