From d2ed9dc0902a36877d7275ccf22c36d806b321be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jul 2020 11:11:11 +0200 Subject: [PATCH] Upgrade to Spring Data Neumann-SR2 Closes gh-22388 --- 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 76bd5121b0..b3ff43556d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1650,7 +1650,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-SR2") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"