From fb3267ce9c1112e49587b0bb9a40be5ad2043789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 18 Jul 2025 12:46:53 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.8.2 Closes gh-46460 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 05d7e05adbf..4c94ba27af1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -270,7 +270,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.8.1") { + library("Couchbase Client", "3.8.2") { group("com.couchbase.client") { modules = [ "java-client"