From 4c1bd43f92848dbaefd3878371d29970824cc41a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:07 +0000 Subject: [PATCH] Upgrade to Couchbase Client 3.1.3 Closes gh-25657 --- 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 fbf5888520..30d1984d13 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -215,7 +215,7 @@ bom { ] } } - library("Couchbase Client", "3.1.2") { + library("Couchbase Client", "3.1.3") { group("com.couchbase.client") { modules = [ "java-client"