Skip to content

Commit 5384872

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-36003
2 parents 5cda56c + 2fd5319 commit 5384872

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
@@ -1217,6 +1217,10 @@ bom {
12171217
}
12181218
}
12191219
library("RSocket", "1.1.3") {
1220+
prohibit {
1221+
versionRange "1.1.4"
1222+
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
1223+
}
12201224
group("io.rsocket") {
12211225
imports = [
12221226
"rsocket-bom"

0 commit comments

Comments
 (0)