Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 20529ea

Browse files
committedDec 20, 2023
Drop Netty restriction
1 parent e754c91 commit 20529ea

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
@@ -1058,10 +1058,6 @@ bom {
10581058
}
10591059
}
10601060
library("Netty", "4.1.104.Final") {
1061-
prohibit {
1062-
versionRange "[4.1.103.Final]"
1063-
because "it crashes on macOS (https://github.com/netty/netty/issues/13728)"
1064-
}
10651061
group("io.netty") {
10661062
imports = [
10671063
"netty-bom"

0 commit comments

Comments
 (0)
Please sign in to comment.