Skip to content

Commit dbc61d3

Browse files
committed
Upgrade to RSocket 1.1.5
Closes gh-44041
1 parent b466987 commit dbc61d3

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
@@ -1916,11 +1916,7 @@ bom {
19161916
javadoc("https://javadoc.io/doc/io.rest-assured/rest-assured/{version}", "io.restassured")
19171917
}
19181918
}
1919-
library("RSocket", "1.1.3") {
1920-
prohibit {
1921-
versionRange "[1.1.4]"
1922-
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
1923-
}
1919+
library("RSocket", "1.1.5") {
19241920
group("io.rsocket") {
19251921
imports = [
19261922
"rsocket-bom"

0 commit comments

Comments
 (0)