From 5e5c1fb4d067e2959940a8c5ebb80c4a5a90e657 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Aug 2020 15:42:54 +0200 Subject: [PATCH] Upgrade to Spring Data Neumann SR3 Closes gh-22844 --- 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 02c3c0fd23..357e368623 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1651,7 +1651,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-SR3") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"