From a0d6504669f95f42f969c725f51149bb20bccddd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:45:28 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.0.10 Closes gh-24084 --- 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 b595ca8e617d..a4aa2ad4399d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -216,7 +216,7 @@ bom { ] } } - library("Couchbase Client", "3.0.9") { + library("Couchbase Client", "3.0.10") { group("com.couchbase.client") { modules = [ "java-client"