From 82a34a5595a8cd51364ec3c8f8009a6bb4d80e12 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jan 2026 09:44:51 +0000 Subject: [PATCH] Revert "Upgrade to Couchbase Client 3.10.0" This reverts commit 6dfefb512a1e8e3081755ccc8d3d1e24cfc0c453. See 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 a990e7c5854..245ea806c52 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -272,7 +272,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.10.0") { + library("Couchbase Client", "3.9.2") { group("com.couchbase.client") { modules = [ "java-client"