Skip to content

Commit 3b9321e

Browse files
committed
Prevent upgrade to Netty 4.2.8.Final
Closes gh-48511
1 parent 29d0299 commit 3b9321e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,10 @@ bom {
16721672
}
16731673
}
16741674
library("Netty", "4.2.7.Final") {
1675+
prohibit {
1676+
versionRange "[4.2.8.Final]"
1677+
because "it contains a regression https://github.com/netty/netty/issues/16020"
1678+
}
16751679
prohibit {
16761680
contains ".Alpha"
16771681
contains ".Beta"

0 commit comments

Comments
 (0)