From b9d29130fbc7b7f44e23cd47d519676fa29974e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Jun 2021 08:24:44 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.1.6 Closes gh-26799 --- 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 f342b71c8389..83bc0c364882 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.5") { + library("Couchbase Client", "3.1.6") { group("com.couchbase.client") { modules = [ "java-client"