Skip to content

Commit 87569a0

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-37019
2 parents d381665 + 3920f97 commit 87569a0

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
@@ -175,7 +175,7 @@ bom {
175175
}
176176
library("Couchbase Client", "3.4.8") {
177177
prohibit {
178-
versionRange "3.4.9"
178+
versionRange "[3.4.9]"
179179
because "it contains unshaded io.opentelemetry classes that break our Otel integration"
180180
}
181181
group("com.couchbase.client") {
@@ -1175,7 +1175,7 @@ bom {
11751175
}
11761176
library("RSocket", "1.1.3") {
11771177
prohibit {
1178-
versionRange "1.1.4"
1178+
versionRange "[1.1.4]"
11791179
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
11801180
}
11811181
group("io.rsocket") {

0 commit comments

Comments
 (0)