From af45920dbc5af27ecd3c111389d8252f28a8bfba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:49:47 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.6.2 Closes gh-40737 --- 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 d016b946dec..b3725044e40 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -275,7 +275,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.6.1") { + library("Couchbase Client", "3.6.2") { group("com.couchbase.client") { modules = [ "java-client"