From 306c090dbe2ffaa7d7ca1b99cc25e693cf8b478c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:01 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.2.5 Closes gh-29831 --- 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 cd2f77334d..abe77441b6 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.4") { + library("Couchbase Client", "3.2.5") { group("com.couchbase.client") { modules = [ "java-client"