From d4c5f54f11df6b62859221f02d1167083f85f0c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:32:54 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.0.5 Closes gh-21946 --- 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 b0264ab12a..0e7cc2daed 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.4") { + library("Couchbase Client", "3.0.5") { group("com.couchbase.client") { modules = [ "java-client"