Prohibit upgrades to Couchbase Client 3.4.9

Closes gh-36885
This commit is contained in:
Stephane Nicoll 2023-08-10 14:49:11 +02:00
parent 7b4c371c1d
commit bcc904cc1c

View File

@ -174,6 +174,10 @@ bom {
}
}
library("Couchbase Client", "3.4.7") {
prohibit {
versionRange "3.4.9"
because "it contains unshaded io.opentelemetry classes that break our Otel integration"
}
group("com.couchbase.client") {
modules = [
"java-client"