Browse Source

Upgrade to Netty 4.2.9.Final

Closes gh-48544
pull/48552/head
Stéphane Nicoll 2 days ago
parent
commit
b3ddf8e3e5
  1. 6
      platform/spring-boot-dependencies/build.gradle

6
platform/spring-boot-dependencies/build.gradle

@ -1671,11 +1671,7 @@ bom { @@ -1671,11 +1671,7 @@ bom {
releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}")
}
}
library("Netty", "4.2.7.Final") {
prohibit {
versionRange "[4.2.8.Final]"
because "it contains a regression https://github.com/netty/netty/issues/16020"
}
library("Netty", "4.2.9.Final") {
prohibit {
contains ".Alpha"
contains ".Beta"

Loading…
Cancel
Save