Skip to content

Commit

Permalink
Drop Netty restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Dec 20, 2023
1 parent e754c91 commit 20529ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1058,10 +1058,6 @@ bom {
}
}
library("Netty", "4.1.104.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"
Expand Down

0 comments on commit 20529ea

Please sign in to comment.