From 1e719c1d07f8915c92c95535d7021be8dfca1316 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 16 Jan 2022 12:08:05 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.2.4 Closes gh-29431 --- 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 16074998a1..28e814930b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -156,7 +156,7 @@ bom { ] } } - library("Couchbase Client", "3.2.3") { + library("Couchbase Client", "3.2.4") { group("com.couchbase.client") { modules = [ "java-client"