From bf0f34f51430cd4eddfc85ce2b5bcaac95d07686 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:35 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.2.1 Closes gh-28002 --- 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 76547e220e5..7fa579540bc 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.0") { + library("Couchbase Client", "3.2.1") { group("com.couchbase.client") { modules = [ "java-client"