From 7bfa4172d086b59cd868c8ca7b73086f4d01ce5f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Oct 2021 09:48:47 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.2.2 Closes gh-28315 --- 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 446082b3e4..7d7ab25c91 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.1") { + library("Couchbase Client", "3.2.2") { group("com.couchbase.client") { modules = [ "java-client"