From 9ae2eb400718582c948971ff98d4728b7c1b73b1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 16:27:19 +0100 Subject: [PATCH 1/4] Upgrade to Spring Data Lovelace-SR21 Closes gh-23775 --- 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 9d727e8ff48..c1c21cadd3f 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -169,7 +169,7 @@ 2.1.17.RELEASE 4.1.4.RELEASE 2.0.7.RELEASE - Lovelace-BUILD-SNAPSHOT + Lovelace-SR21 ${spring.version} 0.25.2.RELEASE 5.1.12.RELEASE From 8bd7cc417e8a02ce0293a6c60456f640406e0098 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 16:29:27 +0100 Subject: [PATCH 2/4] Upgrade to Spring Data Moore-SR11 Closes gh-23776 --- 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 3611d994150..6491a733eeb 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.12.BUILD-SNAPSHOT 4.2.4.RELEASE 2.0.7.RELEASE - Moore-BUILD-SNAPSHOT + Moore-SR11 5.2.10.RELEASE 1.0.5.RELEASE 5.2.8.RELEASE From 9c4e5904e7d758bd476cf258b659619063803729 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 16:30:05 +0100 Subject: [PATCH 3/4] Upgrade to Micrometer 1.3.15 Closes gh-23790 --- 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 6491a733eeb..95583a6c737 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -152,7 +152,7 @@ 1.2.3 1.18.16 2.4.4 - 1.3.14 + 1.3.15 1.9.13 3.1.0 1.12.0 From b94fe90f2420c30f2c82ba97e5b44c022c34b182 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 16:37:08 +0100 Subject: [PATCH 4/4] Upgrade to Spring Data Neumann-SR5 Closes gh-23777 --- 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 00b001eb7f6..1bee5513a3d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-SR5") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"