From 8af4246db56ff47102f16923bea5ef5240ae71fc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:17:16 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.0.7 Closes gh-22861 --- 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 c9bb9f44bef..272fb7a172c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -216,7 +216,7 @@ bom { ] } } - library("Couchbase Client", "3.0.6") { + library("Couchbase Client", "3.0.7") { group("com.couchbase.client") { modules = [ "java-client"