From e146331d92ce97db6e7f4000ecd406c909d2ee2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 11 Nov 2024 08:17:40 +0900 Subject: [PATCH] Upgrade to Couchbase Client 3.7.5 Closes gh-43098 --- 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 3fe5cd5041a..91f1208c984 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -252,7 +252,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.7.4") { + library("Couchbase Client", "3.7.5") { group("com.couchbase.client") { modules = [ "java-client"