Merge branch '3.1.x'

Closes gh-38794
This commit is contained in:
Andy Wilkinson
2023-12-14 14:46:44 +00:00

View File

@@ -1078,6 +1078,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"