From 39ee6098a6bc78b469287f945ad2da9dee5a8873 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 13 Apr 2026 17:58:52 -0700 Subject: [PATCH] Upgrade to Couchbase Client 3.11.2 Closes gh-50066 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index a674d2ddb62..04836885c5b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -312,7 +312,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.11.1") { + library("Couchbase Client", "3.11.2") { group("com.couchbase.client") { modules = [ "java-client"