From 669caa92f8aa3dc81b7eca56ca88ab2e6cb9fdc8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Oct 2021 14:32:33 +0100 Subject: [PATCH 1/4] Upgrade to Spring Kafka 2.6.11 Closes gh-28227 --- 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 3b6106b0db..9b16dd0e3e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1599,7 +1599,7 @@ bom { ] } } - library("Spring Kafka", "2.6.11-SNAPSHOT") { + library("Spring Kafka", "2.6.11") { group("org.springframework.kafka") { modules = [ "spring-kafka", From ce8671ff37034b7828a3b6bda404724006d163c7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Oct 2021 14:32:57 +0100 Subject: [PATCH 2/4] Upgrade to Spring Security 5.4.9 Closes gh-28228 --- 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 9b16dd0e3e..6a18784a74 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1637,7 +1637,7 @@ bom { ] } } - library("Spring Security", "5.4.9-SNAPSHOT") { + library("Spring Security", "5.4.9") { group("org.springframework.security") { imports = [ "spring-security-bom" From d767e0e1f1dfdcfadfb3af1cfec49592c0a0815c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Oct 2021 14:34:39 +0100 Subject: [PATCH 3/4] Upgrade to Spring Kafka 2.7.8 Closes gh-28246 --- 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 fb6f0571a7..5a1cf55f44 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1684,7 +1684,7 @@ bom { ] } } - library("Spring Kafka", "2.7.8-SNAPSHOT") { + library("Spring Kafka", "2.7.8") { group("org.springframework.kafka") { modules = [ "spring-kafka", From ab3396de261f4f205888a10962ef1897046a4ee6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Oct 2021 14:35:22 +0100 Subject: [PATCH 4/4] Upgrade to Spring Security 5.5.3 Closes gh-28247 --- 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 5a1cf55f44..32a02ce8f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Security", "5.5.3-SNAPSHOT") { + library("Spring Security", "5.5.3") { group("org.springframework.security") { imports = [ "spring-security-bom"