From 0cf846b4840f39b18e581dbe79da4242a7f7715f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:11 +0000 Subject: [PATCH] Upgrade to Couchbase Client 3.1.2 Closes gh-25231 --- 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 d549e7b33f..0f7563ee68 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.1.1") { + library("Couchbase Client", "3.1.2") { group("com.couchbase.client") { modules = [ "java-client"