From e4c7251d233b8a0c6dd289d1ca34d1a6d8dc8f16 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 08:22:09 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.2.4 Closes gh-29207 --- 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 e1ac0f5220..6bad5afdda 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -221,7 +221,7 @@ bom { ] } } - library("Couchbase Client", "3.2.3") { + library("Couchbase Client", "3.2.4") { group("com.couchbase.client") { modules = [ "java-client"