Skip to content

Commit 490c6d7

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-36923
2 parents d48aa80 + bcc904c commit 490c6d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: spring-boot-project/spring-boot-dependencies/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ bom {
210210
}
211211
}
212212
library("Couchbase Client", "3.4.7") {
213+
prohibit {
214+
versionRange "3.4.9"
215+
because "it contains unshaded io.opentelemetry classes that break our Otel integration"
216+
}
213217
group("com.couchbase.client") {
214218
modules = [
215219
"java-client"

0 commit comments

Comments
 (0)