From c668798923e59e2e8d68086f7af8158c72f5bb8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 Mar 2020 17:19:15 +0000 Subject: [PATCH] Pin SD Couchbase to 4.0.0.M3 to avoid latest breaking changes --- spring-boot-project/spring-boot-dependencies/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e75acf303b..9ada442ef9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1618,6 +1618,13 @@ bom { ] } } + library("Spring Data Couchbase", "4.0.0.M3") { + group("org.springframework.data") { + modules = [ + "spring-data-couchbase" + ] + } + } library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { group("org.springframework.data") { imports = [