From aa542858c96518d5262d5893d71886d90776a23b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Apr 2023 13:20:30 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.4.5 Closes gh-35050 --- 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 506a93c6d0..8fd76d3847 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"