From 968328ead392d0ab218a60a5407f64cf39e5780c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Aug 2023 17:20:24 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.4.8 Closes gh-36988 --- 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 ad650213f4..3e75cc87e5 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.7") { + library("Couchbase Client", "3.4.8") { prohibit { versionRange "3.4.9" because "it contains unshaded io.opentelemetry classes that break our Otel integration"