From 3520290d74da14a62ffcd9d0975574dee6125da5 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 13 Oct 2025 13:40:14 -0700 Subject: [PATCH] Upgrade to Couchbase Client 3.9.2 Closes gh-47599 --- 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 ddcd9f63346..398a9a85f2d 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.1") { + library("Couchbase Client", "3.9.2") { group("com.couchbase.client") { modules = [ "java-client"