Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-36003
  • Loading branch information
wilkinsona committed Jun 21, 2023
2 parents 5cda56c + 2fd5319 commit 5384872
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 @@ -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"
Expand Down

0 comments on commit 5384872

Please sign in to comment.