From f8087a6f2979e30ee7e81596da5dd742f245bac9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:29 +0100 Subject: [PATCH] Upgrade to Couchbase Client 2.7.12 Closes gh-20065 --- 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 d7ded331a8..4be0dde341 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -218,7 +218,7 @@ bom { ] } } - library("Couchbase Client", "2.7.11") { + library("Couchbase Client", "2.7.12") { group("com.couchbase.client") { modules = [ "java-client"