From 29484e5129cbe04e0af41c8e8b29202472465fc3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:39:37 +0200 Subject: [PATCH 1/5] Upgrade to Spring AMQP 2.4.12 Closes gh-34947 --- 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 a3b4cf1b41..da725e8a1c 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.12-SNAPSHOT") { + library("Spring AMQP", "2.4.12") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6" From 71ff5f4a416fd087cdd3282bd6a02c83880405f4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:39:38 +0200 Subject: [PATCH 2/5] Upgrade to Spring Security 5.7.8 Closes gh-34948 --- 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 da725e8a1c..fd8a34942b 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.8-SNAPSHOT") { + library("Spring Security", "5.7.8") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6" From 7de52640254f889a918cfbfeb6f563d593a1289c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:40:05 +0200 Subject: [PATCH 3/5] Upgrade to Spring AMQP 3.0.4 Closes gh-34950 --- 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 f965dd49d3..1f8d80ef4b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Spring AMQP", "3.0.4-SNAPSHOT") { + library("Spring AMQP", "3.0.4") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 67eff9a56f39dcf095b26b6616844d0d7066b9e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:40:05 +0200 Subject: [PATCH 4/5] Upgrade to Spring LDAP 3.0.2 Closes gh-34904 --- 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 1f8d80ef4b..c49cdfd72a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { ] } } - library("Spring LDAP", "3.0.2-SNAPSHOT") { + library("Spring LDAP", "3.0.2") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 1e7b8250b8c564cf5fc20d7cf7afaf7527d0f96e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:40:06 +0200 Subject: [PATCH 5/5] Upgrade to Spring Security 6.0.3 Closes gh-34952 --- 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 c49cdfd72a..7dfe39c226 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Security", "6.0.3-SNAPSHOT") { + library("Spring Security", "6.0.3") { group("org.springframework.security") { imports = [ "spring-security-bom"