From 001cc473c98e0f4fa0f4d7bc2bedf03878d8036f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:20 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.3.3 Closes gh-32014 --- 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 74045e4555..322b3f85a7 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.2") { + library("Couchbase Client", "3.3.3") { group("com.couchbase.client") { modules = [ "java-client"