diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5a4e9d19f5..1e82eec4c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -173,7 +173,7 @@ bom { ] } } - library("Couchbase Client", "3.4.7") { + library("Couchbase Client", "3.4.8") { prohibit { versionRange "3.4.9" because "it contains unshaded io.opentelemetry classes that break our Otel integration"