From fe108686f5e44f068f1fe03859c3f68d062ae668 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:36:39 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.3.2 Closes gh-31627 --- 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 5a623f01b2..96550e9c5f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -161,7 +161,7 @@ bom { ] } } - library("Couchbase Client", "3.3.0") { + library("Couchbase Client", "3.3.2") { group("com.couchbase.client") { modules = [ "java-client"