mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 20:09:26 +01:00
Upgrade to Netty 4.2.9.Final
Closes gh-48544
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user