Upgrade to RSocket 1.1.5

Closes gh-44041
This commit is contained in:
Stéphane Nicoll 2025-02-05 12:28:20 +01:00
parent b46698774d
commit dbc61d39f0
1 changed files with 1 additions and 5 deletions

View File

@ -1916,11 +1916,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"