Skip to content

Commit

Permalink
Upgrade to RSocket 1.1.5
Browse files Browse the repository at this point in the history
Closes gh-44181
  • Loading branch information
snicoll committed Feb 8, 2025
1 parent e91705a commit c1cda66
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1899,11 +1899,7 @@ bom {
javadoc("https://javadoc.io/doc/io.rest-assured/rest-assured/{version}", "io.restassured")
}
}
library("RSocket", "1.1.3") {
prohibit {
versionRange "[1.1.4]"
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
}
library("RSocket", "1.1.5") {
group("io.rsocket") {
imports = [
"rsocket-bom"
Expand Down

0 comments on commit c1cda66

Please sign in to comment.