From e0966e0e99c5b1c16f7e033451873b811e8d13ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 15 Sep 2026 09:02:51 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.12.3 Closes gh-51754 --- 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 3ebe686771a..b50950e093b 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.12.2") { + library("Couchbase Client", "3.12.3") { group("com.couchbase.client") { modules = [ "java-client"