Skip to content

Commit

Permalink
Prohibit upgrades to RSocket 1.1.4
Browse files Browse the repository at this point in the history
Closes gh-35798
  • Loading branch information
wilkinsona committed Jun 21, 2023
1 parent cb5330f commit 0fb4c9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,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"
Expand Down

0 comments on commit 0fb4c9a

Please sign in to comment.