Skip to content

Commit 1b498de

Browse files
committed
Drop Netty restriction
1 parent 67b43ba commit 1b498de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,10 +1078,6 @@ bom {
10781078
}
10791079
}
10801080
library("Netty", "4.1.104.Final") {
1081-
prohibit {
1082-
versionRange "[4.1.103.Final]"
1083-
because "it crashes on macOS (https://github.com/netty/netty/issues/13728)"
1084-
}
10851081
group("io.netty") {
10861082
imports = [
10871083
"netty-bom"

0 commit comments

Comments
 (0)