Skip to content

Commit a15ae2b

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-37020
2 parents a6b63d2 + 87569a0 commit a15ae2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ bom {
211211
}
212212
library("Couchbase Client", "3.4.8") {
213213
prohibit {
214-
versionRange "3.4.9"
214+
versionRange "[3.4.9]"
215215
because "it contains unshaded io.opentelemetry classes that break our Otel integration"
216216
}
217217
group("com.couchbase.client") {
@@ -1222,7 +1222,7 @@ bom {
12221222
}
12231223
library("RSocket", "1.1.3") {
12241224
prohibit {
1225-
versionRange "1.1.4"
1225+
versionRange "[1.1.4]"
12261226
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
12271227
}
12281228
group("io.rsocket") {

0 commit comments

Comments
 (0)