From 7393418a36c49db1b4462975a193c0f145761daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 13 May 2025 15:51:49 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.8.1 Closes gh-45527 --- 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 66d74a2b45..97a00bd4c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -255,7 +255,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.8.0") { + library("Couchbase Client", "3.8.1") { group("com.couchbase.client") { modules = [ "java-client"