We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430ae41 commit c05a40fCopy full SHA for c05a40f
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1078,7 +1078,7 @@ bom {
1078
]
1079
}
1080
1081
- library("Neo4j Java Driver", "5.21.0") {
+ library("Neo4j Java Driver", "5.22.0") {
1082
alignWith {
1083
version {
1084
from "org.springframework.data:spring-data-neo4j"
@@ -1766,6 +1766,10 @@ bom {
1766
1767
1768
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
+ }
1773
group("io.undertow") {
1774
modules = [
1775
"undertow-core",
0 commit comments