From fbb2489a462a79eacebb7b089d9541901469abd7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:03 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.1.4 Closes gh-26045 --- 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 ef6e4016d5..d10f4ceb16 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.3") { + library("Couchbase Client", "3.1.4") { group("com.couchbase.client") { modules = [ "java-client"