From 913c1baa729c9b3d758ddf3e75a55ba26d72193c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 07:58:31 +0000 Subject: [PATCH] Upgrade to Couchbase Client 3.5.3 Closes gh-39699 --- 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 5fe7f0d325..800aae1443 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -214,7 +214,7 @@ bom { ] } } - library("Couchbase Client", "3.4.11") { + library("Couchbase Client", "3.5.3") { group("com.couchbase.client") { modules = [ "java-client"