From b75e196de07dbdcaf19dfec21fe4c85a5925c975 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 20:23:35 +0100 Subject: [PATCH 1/5] Upgrade to Spring Integration 5.1.13 Closes gh-23798 --- 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 c1c21cadd3f..82a873f41ac 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -172,7 +172,7 @@ Lovelace-SR21 ${spring.version} 0.25.2.RELEASE - 5.1.12.RELEASE + 5.1.13.RELEASE 2.2.14.RELEASE 2.3.3.RELEASE 1.2.0.RELEASE From f2afd28b9a8ec99fbc37fffc93103f8d66c0985e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 20:24:56 +0100 Subject: [PATCH 2/5] Upgrade to Spring AMQP 2.2.12 Closes gh-23783 --- 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 95583a6c737..88c14693f09 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -187,7 +187,7 @@ 1.7.30 1.25 8.2.0 - 2.2.12.BUILD-SNAPSHOT + 2.2.12.RELEASE 4.2.4.RELEASE 2.0.7.RELEASE Moore-SR11 From 47a5d7aab6ff4f04e7efeaa958eaf978af3140cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 20:26:17 +0100 Subject: [PATCH 3/5] Upgrade to Micrometer 1.5.6 Closes gh-23791 --- 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 1bee5513a3d..d2df72a7c15 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1165,7 +1165,7 @@ bom { ] } } - library("Micrometer", "1.5.5") { + library("Micrometer", "1.5.6") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 90ee8b5a2ab1145a64aba982d1e34fe8ef3fb12c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 20:26:59 +0100 Subject: [PATCH 4/5] Upgrade to Spring Integration 5.3.3 Closes gh-23780 --- 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 d2df72a7c15..6153577637a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Integration", "5.3.3.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.3.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From d112b8a289b4e7df504751175c69f164f935882b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 20:27:50 +0100 Subject: [PATCH 5/5] Upgrade to Spring AMQP 2.2.12 Closes gh-23784 --- 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 6153577637a..36acf95b47c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring AMQP", "2.2.12.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.12.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",