From e1c2eb04e0b91ef9616d91782b97e08cbb2887b9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jan 2019 08:10:03 +0100 Subject: [PATCH 1/9] Upgrade to Spring AMQP 2.0.11 Closes gh-15406 --- 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 564281c3d6..facc4182ac 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.12.RELEASE - 2.0.11.BUILD-SNAPSHOT + 2.0.11.RELEASE 4.0.1.RELEASE 2.0.4.RELEASE Kay-SR13 From 3c917bc80fc08fbe836bed794004c595cc1a5dd9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jan 2019 08:11:25 +0100 Subject: [PATCH 2/9] Upgrade to Spring Integration 5.0.11 Closes gh-15412 --- 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 facc4182ac..290cc3bd18 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -159,7 +159,7 @@ 2.0.4.RELEASE Kay-SR13 0.25.0.RELEASE - 5.0.11.BUILD-SNAPSHOT + 5.0.11.RELEASE 2.1.11.RELEASE 2.3.2.RELEASE 1.2.0.RELEASE From aaadc620da4175fa630ca5eace8b6166fcdd6a0d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jan 2019 08:12:47 +0100 Subject: [PATCH 3/9] Upgrade to Spring Security 5.0.11 Closes gh-15416 --- 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 290cc3bd18..e38d30b8bd 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.3.RELEASE 1.2.2.RELEASE - 5.0.11.BUILD-SNAPSHOT + 5.0.11.RELEASE Apple-BUILD-SNAPSHOT 3.0.6.RELEASE 3.21.0.1 From 89fcb8b381f91c013303ff933a14e239475bdf12 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jan 2019 08:13:39 +0100 Subject: [PATCH 4/9] Upgrade to Spring Session Apple-SR8 Closes gh-15530 --- 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 e38d30b8bd..ed5f366729 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -166,7 +166,7 @@ 2.0.3.RELEASE 1.2.2.RELEASE 5.0.11.RELEASE - Apple-BUILD-SNAPSHOT + Apple-SR8 3.0.6.RELEASE 3.21.0.1 3.1.0 From 3fe3ff7be6749976744c707ff19e8b6f4cb12ed3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jan 2019 08:16:04 +0100 Subject: [PATCH 5/9] Upgrade to Spring AMQP 2.1.3 Closes gh-15407 --- 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 01f8a1e67c..acad79f8e3 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -163,7 +163,7 @@ 7.4.0 5.1.4.RELEASE - 2.1.3.BUILD-SNAPSHOT + 2.1.3.RELEASE 4.1.0.RELEASE 2.0.4.RELEASE Lovelace-SR4 From 211d7aee5daa448e32dcded9018b9544d5e0fec0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jan 2019 08:16:48 +0100 Subject: [PATCH 6/9] Upgrade to Spring Integration 5.1.2 Closes gh-15413 --- 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 acad79f8e3..6f41e68a32 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -169,7 +169,7 @@ Lovelace-SR4 ${spring.version} 0.25.0.RELEASE - 5.1.2.BUILD-SNAPSHOT + 5.1.2.RELEASE 2.2.3.BUILD-SNAPSHOT 2.3.2.RELEASE 1.2.0.RELEASE From def5c15a14f3b67f5e315ea0d047a775cbb366cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jan 2019 08:17:27 +0100 Subject: [PATCH 7/9] Upgrade to Spring Security 5.1.3 Closes gh-15417 --- 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 6f41e68a32..fa2e0244a8 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -175,7 +175,7 @@ 1.2.0.RELEASE 2.0.3.RELEASE 1.2.2.RELEASE - 5.1.3.BUILD-SNAPSHOT + 5.1.3.RELEASE Bean-BUILD-SNAPSHOT 3.0.6.RELEASE 3.25.2 From c18a0756ac75ae97c39c945cc46e42b55be370d4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jan 2019 08:18:11 +0100 Subject: [PATCH 8/9] Upgrade to Spring Session Bean-SR2 Closes gh-15531 --- 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 fa2e0244a8..718f4a14d6 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -176,7 +176,7 @@ 2.0.3.RELEASE 1.2.2.RELEASE 5.1.3.RELEASE - Bean-BUILD-SNAPSHOT + Bean-SR2 3.0.6.RELEASE 3.25.2 3.1.0 From e95a6e8c5c4b83f153b88a81089a5d61c78cdbb8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jan 2019 08:19:16 +0100 Subject: [PATCH 9/9] Upgrade to Spring Kafka 2.2.3 Closes gh-15414 --- 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 718f4a14d6..d2a0d6aca1 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -170,7 +170,7 @@ ${spring.version} 0.25.0.RELEASE 5.1.2.RELEASE - 2.2.3.BUILD-SNAPSHOT + 2.2.3.RELEASE 2.3.2.RELEASE 1.2.0.RELEASE 2.0.3.RELEASE