Merge branch '3.1.x'

Closes gh-36924
This commit is contained in:
Stephane Nicoll 2023-08-10 14:50:40 +02:00
commit 82731d9608

View File

@ -210,6 +210,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"