From 4ddbd27c9e1792606fd59bd9c70567b4e43e4c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 Aug 2024 15:19:00 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.7.2 Closes gh-41894 --- 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 a4ee5ec00dc..dc6159fcbf5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -256,7 +256,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.7.1") { + library("Couchbase Client", "3.7.2") { group("com.couchbase.client") { modules = [ "java-client"