Browse Source

Merge branch '3.1.x'

Closes gh-38794
pull/38821/head
Andy Wilkinson 2 years ago
parent
commit
b62b6d56c1
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save