From d2c4e8d4f617f878c007f286862042451cca952d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 15:12:58 +0000 Subject: [PATCH] Revert "Upgrade to Couchbase Client 3.4.3" This reverts commit 8cf4749cd3774fbed2056e11ac9b4c8198318639. See gh-34276 --- 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 27d8d6b502b..4f4532264b9 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"