We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376b10a commit 768de9aCopy full SHA for 768de9a
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1653,6 +1653,10 @@ bom {
1653
contains ".RC"
1654
because "we don't want alphas, betas, or release candidates"
1655
}
1656
+ prohibit {
1657
+ versionRange "[4.2.0,)"
1658
+ because "Reactor Netty will not support it in time for 3.5.x"
1659
+ }
1660
group("io.netty") {
1661
bom("netty-bom")
1662
@@ -1915,6 +1919,10 @@ bom {
1915
1919
1916
1920
1917
1921
library("Rabbit Stream Client", "0.23.0") {
1922
1923
+ versionRange "[0.24.0,)"
1924
+ because "It requires Netty 4.2.0"
1925
1918
1926
group("com.rabbitmq") {
1927
modules = [
1928
"stream-client"
0 commit comments