Merge branch '3.0.x' into 3.1.x

Closes gh-36003
pull/36038/head
Andy Wilkinson 1 year ago
commit 5384872cbd

@ -1217,6 +1217,10 @@ bom {
}
}
library("RSocket", "1.1.3") {
prohibit {
versionRange "1.1.4"
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
}
group("io.rsocket") {
imports = [
"rsocket-bom"

Loading…
Cancel
Save