From 7b48a63a867ad6e70ac6cd9a2d7f4f759f357191 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 May 2022 14:12:56 +0100 Subject: [PATCH 1/2] Upgrade to Couchbase Client 3.3.0 Closes gh-31031 --- 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 fd03e43e3b..a22724bd59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -239,7 +239,7 @@ bom { ] } } - library("Couchbase Client", "3.2.7") { + library("Couchbase Client", "3.3.0") { group("com.couchbase.client") { modules = [ "java-client" From a7a4e97b3c49e3de624912ff89ae0af583924253 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 May 2022 14:14:02 +0100 Subject: [PATCH 2/2] Upgrade to Spring Data 2021.2.0 Closes gh-31015 --- 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 a22724bd59..70ba607d87 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.0-SNAPSHOT") { + library("Spring Data Bom", "2021.2.0") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }