From 600f41e288ec566fc2b46e23adbac43c12615bb9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Jan 2023 12:04:06 +0000 Subject: [PATCH] Upgrade to Couchbase Client 3.4.2 Closes gh-33899 --- 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 eca164af88..8cb82e9d34 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.1") { + library("Couchbase Client", "3.4.2") { group("com.couchbase.client") { modules = [ "java-client"