diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7ad1291ba26..10b5b60730c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1672,10 +1672,10 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-RELEASE") { + library("Spring Data Bom", "2020.0.0-SNAPSHOT") { group("org.springframework.data") { imports = [ - "spring-data-releasetrain" + "spring-data-bom" ] } }