From 8be87b19cf2e223c5d9b17eb53bf557eb5f2fe14 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Mar 2022 13:56:47 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.2.6 Closes gh-30237 --- 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 b2f147ad3e..3054e9ba59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -221,7 +221,7 @@ bom { ] } } - library("Couchbase Client", "3.2.5") { + library("Couchbase Client", "3.2.6") { group("com.couchbase.client") { modules = [ "java-client"