Browse Source

Upgrade to Netty 4.1.102.Final

Closes gh-38795
pull/38818/head
Andy Wilkinson 2 years ago
parent
commit
1d64976876
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1057,7 +1057,7 @@ bom { @@ -1057,7 +1057,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