Skip to content

Commit c05a40f

Browse files
committed
Upgrade to Neo4j Java Driver 5.22.0
Closes gh-41370
1 parent 430ae41 commit c05a40f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ bom {
10781078
]
10791079
}
10801080
}
1081-
library("Neo4j Java Driver", "5.21.0") {
1081+
library("Neo4j Java Driver", "5.22.0") {
10821082
alignWith {
10831083
version {
10841084
from "org.springframework.data:spring-data-neo4j"
@@ -1766,6 +1766,10 @@ bom {
17661766
}
17671767
}
17681768
library("Undertow", "2.3.13.Final") {
1769+
prohibit {
1770+
versionRange "[2.3.14.Final]"
1771+
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2420)"
1772+
}
17691773
group("io.undertow") {
17701774
modules = [
17711775
"undertow-core",

0 commit comments

Comments
 (0)