From 94c6a7b25f6e583d0d731f8a1280ee415a9ff7f5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:21:07 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.3.0 Closes gh-30948 --- 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 976cc3284d..dfc6bde177 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -158,7 +158,7 @@ bom { ] } } - library("Couchbase Client", "3.2.6") { + library("Couchbase Client", "3.3.0") { group("com.couchbase.client") { modules = [ "java-client"