From 73b3cede6d3fd6339c9ff65bbbcf84faed46333c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 11:53:37 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.0.8 Closes gh-23345 --- 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 99e77c6ca5c..521f90a3e73 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"