From d73ee9d54518d645096c8eeee804c3cf4048b38f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 13:45:51 +0200 Subject: [PATCH 1/3] Upgrade to Spring Framework 5.1.18 Closes gh-23181 --- 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 79c684cd5f..f71761011c 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.18.BUILD-SNAPSHOT + 5.1.18.RELEASE 2.1.16.RELEASE 4.1.4.RELEASE 2.0.7.RELEASE From 95a33071ca9c9d1cdde7364fb6b4780c6cc68920 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 13:48:02 +0200 Subject: [PATCH 2/3] Upgrade to Spring Framework 5.2.9 Closes gh-23182 --- 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 c619f0b9c9..1c9ae18a26 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.9.BUILD-SNAPSHOT + 5.2.9.RELEASE 1.0.5.RELEASE 5.2.8.RELEASE 2.3.11.BUILD-SNAPSHOT From 5517cd06dfe4fc47453f7c87f8d9e3bf62e12243 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 13:49:14 +0200 Subject: [PATCH 3/3] Upgrade to Spring Framework 5.2.9 Closes gh-23183 --- 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 9a9e77eaa6..c9b0e3cc3e 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 Framework", "5.2.9.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.9.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"