From 55d7573795a4387cdef210bcd0d6bdf82bad69e2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:05:48 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.4.11 Closes gh-37754 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index c4520ccba4..1792e3688c 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.10") { + library("Couchbase Client", "3.4.11") { prohibit { versionRange "[3.4.9]" because "it contains unshaded io.opentelemetry classes that break our Otel integration"