Skip to content

Commit a416d29

Browse files
committed
Prevent upgrade to Netty 4.1.129.Final
Closes gh-48508
1 parent 0a2fc16 commit a416d29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,6 +1713,10 @@ bom {
17131713
}
17141714
}
17151715
library("Netty", "4.1.128.Final") {
1716+
prohibit {
1717+
versionRange "[4.1.129.Final]"
1718+
because "it contains a regression https://github.com/netty/netty/issues/16020"
1719+
}
17161720
prohibit {
17171721
contains ".Alpha"
17181722
contains ".Beta"

0 commit comments

Comments
 (0)