From 349726c75e3f432fe9065d6c9be15938472de53e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:05:47 +0000 Subject: [PATCH 1/2] Upgrade to Spring AMQP 2.4.10 Closes gh-34321 --- 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 85b2afd3a5..f097987ec1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1710,7 +1710,7 @@ bom { ] } } - library("Spring AMQP", "2.4.9") { + library("Spring AMQP", "2.4.10") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6" From e51a4d4575f465cab6dc0ea20704f60de2724c52 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:05:47 +0000 Subject: [PATCH 2/2] Upgrade to Spring Security 5.7.7 Closes gh-34145 --- 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 f097987ec1..c6831a69d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1832,7 +1832,7 @@ bom { ] } } - library("Spring Security", "5.7.7-SNAPSHOT") { + library("Spring Security", "5.7.7") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6"