From c9f413edfb5b65185e8445f7079db378d67ae7cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 14:25:26 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.0.8 Closes gh-23308 --- 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 d5e19ae8bf..651fe9d127 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.7") { + library("Couchbase Client", "3.0.8") { group("com.couchbase.client") { modules = [ "java-client"