From 5d8d2fe1465df59ebbecc3fc177027ca65c5d281 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:32 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.0.5 Closes gh-21843 --- 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 40e737d3bbb..fd1fd692ce5 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"