From 3aca776b5dab800b48affdf3f2d1ebed304800bd Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 21 Dec 2022 13:43:06 +0100 Subject: [PATCH 1/2] Upgrade to Spring Security 5.7.6 Closes gh-33544 --- 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 f35f84775b6..800edbef815 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1780,7 +1780,7 @@ bom { ] } } - library("Spring Security", "5.7.5") { + library("Spring Security", "5.7.6") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" } From 8c6526bb19ff2f6ffebcc2a4e3ae015cfe6ae992 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 21 Dec 2022 13:43:39 +0100 Subject: [PATCH 2/2] Upgrade to Reactor 2020.0.26 Closes gh-33543 --- 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 800edbef815..ef402934594 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1442,7 +1442,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.25") { + library("Reactor Bom", "2020.0.26") { group("io.projectreactor") { imports = [ "reactor-bom"