From 6e4c35d463e05dacc4f78fc56863e16de1bd4391 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:25 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.1.7 Closes gh-27675 --- 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 f0d7203e3b..eab9203acd 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.6") { + library("Couchbase Client", "3.1.7") { group("com.couchbase.client") { modules = [ "java-client"