Skip to content

Commit

Permalink
Merge branch '2.7.x' into 3.0.x
Browse files Browse the repository at this point in the history
Closes gh-36002
  • Loading branch information
wilkinsona committed Jun 21, 2023
2 parents 0c46af9 + 0fb4c9a commit 2fd5319
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 @@ -1170,6 +1170,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 2fd5319

Please sign in to comment.