From 43d389f7e50aabb436d4a165707ac4c9212255cd Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:21:42 -0800 Subject: [PATCH] Upgrade to Couchbase Client 3.4.1 Closes gh-33588 --- 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 9524513358..391e4d7d20 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.0") { + library("Couchbase Client", "3.4.1") { group("com.couchbase.client") { modules = [ "java-client"