From cbd5b77fa4a7d6dd379da786ae9a9e7f15713bb3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Jun 2020 09:58:35 +0200 Subject: [PATCH] Upgrade to Spring Data Neumann-SR1 Closes gh-21776 --- 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 6d481e96cf2..11e66e60e39 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1672,7 +1672,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-SR1") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"