From 4d4d5348ab2b48712bad933a60bcb9c7de4dc2eb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Mar 2022 08:27:47 +0100 Subject: [PATCH] Upgrade to Couchbase Client 3.1.8 Closes gh-30221 --- 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 baf17987ef7..cb1ef9013fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -218,7 +218,7 @@ bom { ] } } - library("Couchbase Client", "3.1.7") { + library("Couchbase Client", "3.1.8") { group("com.couchbase.client") { modules = [ "java-client"