Skip to content

Commit a1caf58

Browse files
committed
Prevent upgrade to Netty 4.1.129.Final
Closes gh-48505
1 parent 32e98c0 commit a1caf58

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
@@ -1606,6 +1606,10 @@ bom {
16061606
}
16071607
}
16081608
library("Netty", "4.1.128.Final") {
1609+
prohibit {
1610+
versionRange "[4.1.129.Final]"
1611+
because "it contains a regression https://github.com/netty/netty/issues/16020"
1612+
}
16091613
group("io.netty") {
16101614
bom("netty-bom")
16111615
}

0 commit comments

Comments
 (0)