From 2dbfe54762beadf45fbd797306b3aec354748018 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jun 2023 09:23:33 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.4.7 Closes gh-35879 --- 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 3b841115c20..a2cddb55dc7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -173,7 +173,7 @@ bom { ] } } - library("Couchbase Client", "3.4.6") { + library("Couchbase Client", "3.4.7") { group("com.couchbase.client") { modules = [ "java-client"