From 9370f21221b13e0e7a485cb5b18aa01a1e306cf0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 11 Mar 2020 11:13:44 +0100 Subject: [PATCH] Upgrade to Spring Data Neumann-M4 Closes gh-20241 --- 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 1d38c6ebf3..403c519c27 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-M4") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"