Upgrade to RSocket 1.1.5
Closes gh-44094
This commit is contained in:
@@ -1898,11 +1898,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"
|
||||
|
||||
Reference in New Issue
Block a user