Skip to content

Commit 0fb4c9a

Browse files
committed
Prohibit upgrades to RSocket 1.1.4
Closes gh-35798
1 parent cb5330f commit 0fb4c9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,10 @@ bom {
15011501
}
15021502
}
15031503
library("RSocket", "1.1.3") {
1504+
prohibit {
1505+
versionRange "1.1.4"
1506+
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
1507+
}
15041508
group("io.rsocket") {
15051509
imports = [
15061510
"rsocket-bom"

0 commit comments

Comments
 (0)