From 76d16b12464cc7fa468f61bc2c50e2aa48f53878 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 12:52:23 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.6.1 Closes gh-40241 --- 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 7326b8b8df4..77c1ff980ef 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.0") { + library("Couchbase Client", "3.6.1") { group("com.couchbase.client") { modules = [ "java-client"