From c116729c4ffdf3162c56c86ede6f26bf5d32a361 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Apr 2023 16:32:03 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.4.5 Closes gh-35060 --- 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 319ff1c9de..843292f921 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -173,7 +173,7 @@ bom { ] } } - library("Couchbase Client", "3.4.4") { + library("Couchbase Client", "3.4.5") { group("com.couchbase.client") { modules = [ "java-client"