From f010c69091dc44a8303228ddf6d121bdf99eb6f2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 13:58:24 +0000 Subject: [PATCH] Upgrade to Couchbase Client 3.4.3 Closes gh-34445 --- 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 42e53748f89..b3a42630956 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.2") { + library("Couchbase Client", "3.4.3") { group("com.couchbase.client") { modules = [ "java-client"