From 12f0709f9f82d5498909feef3232438798f58bf8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 15:45:34 +0100 Subject: [PATCH 1/3] Upgrade to Spring Framework 5.1.19 Closes gh-23772 --- 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 fd77096327..41fc7155af 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -165,7 +165,7 @@ 1.23 7.7.3 - 5.1.19.BUILD-SNAPSHOT + 5.1.19.RELEASE 2.1.18.BUILD-SNAPSHOT 4.1.4.RELEASE 2.0.7.RELEASE From 8b49f792cb320785947bb4e44f8c570222066100 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 15:48:17 +0100 Subject: [PATCH 2/3] Upgrade to Spring Framework 5.2.10 Closes gh-23773 --- 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 b41ee6873e..3611d99415 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -191,7 +191,7 @@ 4.2.4.RELEASE 2.0.7.RELEASE Moore-BUILD-SNAPSHOT - 5.2.10.BUILD-SNAPSHOT + 5.2.10.RELEASE 1.0.5.RELEASE 5.2.8.RELEASE 2.3.12.BUILD-SNAPSHOT From 41f3470e09ad6c5d4fea2b9c447f7d76f14a252e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 15:49:21 +0100 Subject: [PATCH 3/3] Upgrade to Spring Framework 5.2.10 Closes gh-23526 --- 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 a9d6293f0d..20924918e8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Framework", "5.2.10.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.10.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"