From 6a83b4d9daefa7009605aa9532a284d44cf7b8ff Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:18 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.0.3 Closes gh-21227 --- 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 bb3c018f0f2..fae69f54f9e 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.2") { + library("Couchbase Client", "3.0.3") { group("com.couchbase.client") { modules = [ "java-client"