From e638ded7e955c9c8c216b5ce03d0be403c2b52f3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:21:39 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.2.3 Closes gh-28664 --- 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 572124a071c4..16906f008c07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -218,7 +218,7 @@ bom { ] } } - library("Couchbase Client", "3.2.2") { + library("Couchbase Client", "3.2.3") { group("com.couchbase.client") { modules = [ "java-client"