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/6] 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 af329b60354..f50144fa01b 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/6] 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 f50144fa01b..5ce7d997686 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/6] 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 e9b746bef8a..1d5049a870c 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/6] 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 1d5049a870c..04559f61cac 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 = [ From 61a5be28d00c4dad3447158bbec4f22feff4bd13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Sep 2023 19:06:59 +0200 Subject: [PATCH 5/6] Upgrade to Spring AMQP 3.0.9 Closes gh-37264 --- 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 3a4f386e320..fe25f46200f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1381,7 +1381,7 @@ bom { ] } } - library("Spring AMQP", "3.0.9-SNAPSHOT") { + library("Spring AMQP", "3.0.9") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 947f2bf19ae3b652492ceb03660a2564589e66c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Sep 2023 19:06:59 +0200 Subject: [PATCH 6/6] Upgrade to Spring Security 6.1.4 Closes gh-37424 --- 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 fe25f46200f..006fa6e1e9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1484,7 +1484,7 @@ bom { ] } } - library("Spring Security", "6.1.4-SNAPSHOT") { + library("Spring Security", "6.1.4") { considerSnapshots() group("org.springframework.security") { imports = [