From dcef19b6a6a46d69ee9940d61324fa0a7bf3ac38 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:32:15 +0000 Subject: [PATCH] Upgrade to Couchbase Client 3.4.4 Closes gh-34663 --- 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 be30507490e..6de52a9045b 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.3") { + library("Couchbase Client", "3.4.4") { group("com.couchbase.client") { modules = [ "java-client"