From 3cbf8e8f4d78267a53614539186ffbb17488947c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 15 Mar 2024 16:32:25 +0000 Subject: [PATCH] Upgrade to Couchbase Client 3.6.0 Closes gh-39951 --- 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 5f826fa555b..aafc0f9bc3d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -288,7 +288,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.5.3") { + library("Couchbase Client", "3.6.0") { group("com.couchbase.client") { modules = [ "java-client"