From 3532c64d8b9ee6d72df8489ba9f6bbdaab67abc9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 May 2023 16:27:14 +0200 Subject: [PATCH] Upgrade to Couchbase Client 3.4.6 Closes gh-35350 --- 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 896f2ffbf8b..d3ae21f309e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -209,7 +209,7 @@ bom { ] } } - library("Couchbase Client", "3.4.5") { + library("Couchbase Client", "3.4.6") { group("com.couchbase.client") { modules = [ "java-client"