From c34cf5dc668f63ad582fbcb7c8f3a5bea0e0de8c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 13:38:48 -0700 Subject: [PATCH] Upgrade to Couchbase Client 3.8.0 Closes gh-45103 --- 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 da1ebc0982..4fdd51fcc6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -245,7 +245,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.7.8") { + library("Couchbase Client", "3.8.0") { group("com.couchbase.client") { modules = [ "java-client"