Skip to content

Commit c1cda66

Browse files
committed
Upgrade to RSocket 1.1.5
Closes gh-44181
1 parent e91705a commit c1cda66

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-5
Original file line numberDiff line numberDiff line change
@@ -1899,11 +1899,7 @@ bom {
18991899
javadoc("https://javadoc.io/doc/io.rest-assured/rest-assured/{version}", "io.restassured")
19001900
}
19011901
}
1902-
library("RSocket", "1.1.3") {
1903-
prohibit {
1904-
versionRange "[1.1.4]"
1905-
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
1906-
}
1902+
library("RSocket", "1.1.5") {
19071903
group("io.rsocket") {
19081904
imports = [
19091905
"rsocket-bom"

0 commit comments

Comments
 (0)