From 486bb2b9006c5e81912cdc147d1608deb6644ab7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:29:44 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.0.9 Closes gh-23642 --- 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 ed0251887b..f88ba4f8a0 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.8") { + library("Couchbase Client", "3.0.9") { group("com.couchbase.client") { modules = [ "java-client"