From 0cd8197ebfcd3749897539218a9e0fe774814cf3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:23:46 +0000 Subject: [PATCH] Upgrade to Couchbase Client 2.7.13 Closes gh-20444 --- 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 26a061dfa5..9964f53c91 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -220,7 +220,7 @@ bom { ] } } - library("Couchbase Client", "2.7.12") { + library("Couchbase Client", "2.7.13") { group("com.couchbase.client") { modules = [ "java-client"