From 0b2a25fbc8114462ce9b3f1eb257432bb1c7820c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:32:56 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.2.7 Closes gh-30930 --- 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 ddfe7b128e0..4e5145f57ba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -239,7 +239,7 @@ bom { ] } } - library("Couchbase Client", "3.2.6") { + library("Couchbase Client", "3.2.7") { group("com.couchbase.client") { modules = [ "java-client"