From 294bd0d2fb4195e19abd3bd9db225b780371db4c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 May 2020 08:54:52 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.0.4 Closes gh-21398 --- 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 450fd6490d..a05d795276 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.0.3") { + library("Couchbase Client", "3.0.4") { group("com.couchbase.client") { modules = [ "java-client"