Browse Source

Upgrade to Netty 4.1.102.Final

Closes gh-38811
pull/38821/head
Andy Wilkinson 2 years ago
parent
commit
5d3aaf98b8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1077,7 +1077,7 @@ bom { @@ -1077,7 +1077,7 @@ bom {
]
}
}
library("Netty", "4.1.101.Final") {
library("Netty", "4.1.102.Final") {
prohibit {
versionRange "[4.1.103.Final]"
because "it crashes on macOS (https://github.com/netty/netty/issues/13728)"

Loading…
Cancel
Save