From 41c857c4dd4eaae07128b40e42acc85166293780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 7 Aug 2026 14:17:17 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.12.2 Closes gh-51295 --- 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 13503ba6eaa..f0147bcbd7d 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.1") { + library("Couchbase Client", "3.12.2") { group("com.couchbase.client") { modules = [ "java-client"