From c9067cd6a8bfe5b7a7f93b17b24701f9c55ef2c6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 10:32:18 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.3.4 Closes gh-32315 --- 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 22507544f2..4c88a91817 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -241,7 +241,7 @@ bom { ] } } - library("Couchbase Client", "3.3.3") { + library("Couchbase Client", "3.3.4") { group("com.couchbase.client") { modules = [ "java-client"