From ea5f282e9be1ac7df1c8c18d053f03ccacb2d437 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 28 Apr 2020 15:44:49 +0200 Subject: [PATCH] Upgrade to Spring Data Neumann-RC2 Closes gh-20949 --- 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 bcd0eb8062..c9cd1dbbbd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1616,7 +1616,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-RC2") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"