From e0ed02e820f69e7fc66fc47038a6f9fa7173941d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 19:25:51 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.6.3 Closes gh-41967 --- 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 4b0775815bc..58f1a7c40fc 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.6.2") { + library("Couchbase Client", "3.6.3") { group("com.couchbase.client") { modules = [ "java-client"