From 9590a9914ac9f19b83db57d34e95ff7a9f9073e9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:10 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.3.1 Closes gh-31422 --- 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 b56b30d21b..988ea05d4d 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.0") { + library("Couchbase Client", "3.3.1") { group("com.couchbase.client") { modules = [ "java-client"