From b2c2e6d0ca080a7c8ba5a18d918993b947e109df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:03:40 +0100 Subject: [PATCH 1/3] Upgrade to Spring AMQP 2.3.13 Closes gh-28994 --- 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 bfefa7d5ef..af287f7e7a 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.3.13-SNAPSHOT") { + library("Spring AMQP", "2.3.13") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 6f8e1166c67d14b5cf3312758e68cde111926efe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:04:05 +0100 Subject: [PATCH 2/3] Upgrade to Spring Kafka 2.7.10 Closes gh-29114 --- 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 af287f7e7a..22f6c07702 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1690,7 +1690,7 @@ bom { ] } } - library("Spring Kafka", "2.7.10-SNAPSHOT") { + library("Spring Kafka", "2.7.10") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 44a9145bf89fce987210ba450777bb3c36375acc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:04:47 +0100 Subject: [PATCH 3/3] Upgrade to Spring Security 5.5.4 Closes gh-28964 --- 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 22f6c07702..fcaec299eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring Security", "5.5.4-SNAPSHOT") { + library("Spring Security", "5.5.4") { group("org.springframework.security") { imports = [ "spring-security-bom"