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 = [