From ebf51813aa558bc32c7aeda3b0ff9b903e35b199 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 14:16:13 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.3.4 Closes gh-32335 --- 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 c9ba9fdfb3..90c06660a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -151,7 +151,7 @@ bom { ] } } - library("Couchbase Client", "3.3.2") { + library("Couchbase Client", "3.3.4") { group("com.couchbase.client") { modules = [ "java-client"