From 6dfefb512a1e8e3081755ccc8d3d1e24cfc0c453 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 17:23:08 +0000 Subject: [PATCH] Upgrade to Couchbase Client 3.10.0 Closes gh-48739 --- 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 6350a95b8bb..a569d4b5a13 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -269,7 +269,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.9.2") { + library("Couchbase Client", "3.10.0") { group("com.couchbase.client") { modules = [ "java-client"