From bcc026a60fff239d3587f898de04f8b6ae5c166a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 12 Aug 2025 08:45:44 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.8.3 Closes gh-46794 --- 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 684c7c75f1b..96da30822b6 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.2") { + library("Couchbase Client", "3.8.3") { group("com.couchbase.client") { modules = [ "java-client"