From 6a8ad73e2e1c586b36c80ce6879b09dc396f128b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2020 17:27:30 +0100 Subject: [PATCH 1/2] Upgrade to Spring Data Moore-SR12 Closes gh-24282 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 4fdc2dcf03b..2ce78b53d5f 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -190,7 +190,7 @@ 2.2.13.BUILD-SNAPSHOT 4.2.5.BUILD-SNAPSHOT 2.0.7.RELEASE - Moore-BUILD-SNAPSHOT + Moore-SR12 5.2.12.RELEASE 1.0.5.RELEASE 5.2.9.RELEASE From f4ed2e72c55e66c7683179eaf7488f2b3843130a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2020 17:30:13 +0100 Subject: [PATCH 2/2] Upgrade to Spring Data Neumann-SR6 Closes gh-24283 --- 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 a7910b1ae79..9eb3cb1f6d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-SR6") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"