Browse Source

Upgrade to Netty 4.1.130.Final

Closes gh-48539
3.4.x
Stéphane Nicoll 2 days ago
parent
commit
e0f1e6656e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1605,7 +1605,7 @@ bom {
releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}") releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}")
} }
} }
library("Netty", "4.1.128.Final") { library("Netty", "4.1.130.Final") {
prohibit { prohibit {
versionRange "[4.1.129.Final]" versionRange "[4.1.129.Final]"
because "it contains a regression https://github.com/netty/netty/issues/16020" because "it contains a regression https://github.com/netty/netty/issues/16020"

Loading…
Cancel
Save