From 5cea9e74abda8a6107b7c8e72ac82a2c3ddfd648 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:14:39 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.1.1 Closes gh-24899 --- spring-boot-project/spring-boot-dependencies/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5c406634487..a5b13ee3e36 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -209,7 +209,7 @@ bom { ] } } - library("Couchbase Client", "3.0.10") { + library("Couchbase Client", "3.1.1") { group("com.couchbase.client") { modules = [ "java-client" @@ -1777,3 +1777,4 @@ bom { generateMetadataFileForMavenPublication { enabled = false } +