From 11d100933e1ca9a06da708542f82fa957363aef8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Aug 2021 13:08:20 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.2.0 Closes gh-27643 --- 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 b986801af3..a1c8ef7883 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.1.6") { + library("Couchbase Client", "3.2.0") { group("com.couchbase.client") { modules = [ "java-client"