Skip to content

Commit

Permalink
Prohibit upgrades to Couchbase Client 3.4.9
Browse files Browse the repository at this point in the history
Closes gh-36885
  • Loading branch information
snicoll committed Aug 10, 2023
1 parent 7b4c371 commit bcc904c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bcc904c

Please sign in to comment.