From 925578fa0c0d7a292f5d987806f0239120005967 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:13:11 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.4.11 Closes gh-37771 --- 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 246f7af19b..e9efe7f5d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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"