Browse Source

Upgrade to Couchbase Client 3.4.11

Closes gh-37759
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
77428cf1d1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -209,7 +209,7 @@ bom { @@ -209,7 +209,7 @@ bom {
]
}
}
library("Couchbase Client", "3.4.10") {
library("Couchbase Client", "3.4.11") {
prohibit {
versionRange "[3.4.9]"
because "it contains unshaded io.opentelemetry classes that break our Otel integration"

Loading…
Cancel
Save