Prohibit upgrade to Netty 4.1.103.Final

Closes gh-38789
This commit is contained in:
Andy Wilkinson 2023-12-14 14:46:28 +00:00
parent 5a385a40e9
commit 54fb25d931

View File

@ -1058,6 +1058,10 @@ bom {
}
}
library("Netty", "4.1.101.Final") {
prohibit {
versionRange "[4.1.103.Final]"
because "it crashes on macOS (https://github.com/netty/netty/issues/13728)"
}
group("io.netty") {
imports = [
"netty-bom"