From bc2f23b37d06c6caf94135aef4bba9ed218ab64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Sep 2023 19:04:12 +0200 Subject: [PATCH 1/4] Upgrade to Spring AMQP 2.4.16 Closes gh-37247 --- 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 af329b6035..f50144fa01 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1718,7 +1718,7 @@ bom { ] } } - library("Spring AMQP", "2.4.16-SNAPSHOT") { + library("Spring AMQP", "2.4.16") { considerSnapshots() prohibit { versionRange "[3.0.0-M1,)" From 65f574d43fdcf0e805606b50ba2f4f3e3691a022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Sep 2023 19:04:13 +0200 Subject: [PATCH 2/4] Upgrade to Spring Security 5.7.11 Closes gh-37414 --- 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 f50144fa01..5ce7d99768 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1852,7 +1852,7 @@ bom { ] } } - library("Spring Security", "5.7.11-SNAPSHOT") { + library("Spring Security", "5.7.11") { considerSnapshots() prohibit { versionRange "[6.0.0-M1,)" From 7586509f2b0def3787ec42607efafe1ff77a3aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Sep 2023 19:05:27 +0200 Subject: [PATCH 3/4] Upgrade to Spring AMQP 3.0.9 Closes gh-37257 --- 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 e9b746bef8..1d5049a870 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1350,7 +1350,7 @@ bom { ] } } - library("Spring AMQP", "3.0.9-SNAPSHOT") { + library("Spring AMQP", "3.0.9") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 3d514da3d1f72a2214ae4e77183b3b76c7674353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Sep 2023 19:05:27 +0200 Subject: [PATCH 4/4] Upgrade to Spring Security 6.0.7 Closes gh-37417 --- 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 1d5049a870..04559f61ca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1444,7 +1444,7 @@ bom { ] } } - library("Spring Security", "6.0.7-SNAPSHOT") { + library("Spring Security", "6.0.7") { considerSnapshots() group("org.springframework.security") { imports = [