From f8e34403472db6b7fad25c2827af77d73adbd8ef Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 17:22:40 +0000 Subject: [PATCH] Revert "Upgrade to Couchbase Client 3.4.3" This reverts commit f67dc159e72e578ba0cbabb371ad9579893065f5. See gh-34257 --- 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 f366eb3149..34aea29c8e 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.3") { + library("Couchbase Client", "3.4.2") { group("com.couchbase.client") { modules = [ "java-client"