Skip to content

Commit 2fd5319

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-36002
2 parents 0c46af9 + 0fb4c9a commit 2fd5319

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,10 @@ bom {
11701170
}
11711171
}
11721172
library("RSocket", "1.1.3") {
1173+
prohibit {
1174+
versionRange "1.1.4"
1175+
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
1176+
}
11731177
group("io.rsocket") {
11741178
imports = [
11751179
"rsocket-bom"

0 commit comments

Comments
 (0)