From 11afc75b83230d02d93dae2bcecedc3567c0aa31 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Oct 2018 09:44:01 +0100 Subject: [PATCH 1/2] Upgrade to Spring Security 5.0.9.RELEASE Closes gh-14850 --- 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 561174eff86..7095b5e8685 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -165,7 +165,7 @@ 1.2.0.RELEASE 2.0.2.RELEASE 1.2.2.RELEASE - 5.0.8.RELEASE + 5.0.9.RELEASE Apple-SR6 3.0.4.RELEASE 3.21.0.1 From c2588f4e33ce238562b2a79aa5de4613986b391e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Oct 2018 09:44:21 +0100 Subject: [PATCH 2/2] Upgrade to Spring AMQP 2.0.8.RELEASE Closes gh-14833 --- 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 7095b5e8685..37bcda55a8a 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -154,7 +154,7 @@ 1.19 6.6.5 5.0.10.RELEASE - 2.0.6.RELEASE + 2.0.8.RELEASE 4.0.1.RELEASE 2.0.3.RELEASE Kay-SR11