Browse Source

Prevent upgrade to Netty 4.1.129.Final

Closes gh-48505
3.4.x
Stéphane Nicoll 5 days ago
parent
commit
a1caf583a9
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1606,6 +1606,10 @@ bom { @@ -1606,6 +1606,10 @@ bom {
}
}
library("Netty", "4.1.128.Final") {
prohibit {
versionRange "[4.1.129.Final]"
because "it contains a regression https://github.com/netty/netty/issues/16020"
}
group("io.netty") {
bom("netty-bom")
}

Loading…
Cancel
Save