From e9791e904d234623f02936a0dfde8796587025a8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:40:44 +0200 Subject: [PATCH 1/6] Upgrade to Spring Kafka 2.7.14 Closes gh-31004 --- 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 98297aa25e..1ffb4081a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1736,7 +1736,7 @@ bom { ] } } - library("Spring Kafka", "2.7.14-SNAPSHOT") { + library("Spring Kafka", "2.7.14") { group("org.springframework.kafka") { modules = [ "spring-kafka", From f7f48311996a97efa50b3d8a719bc29a1be04009 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:41:01 +0200 Subject: [PATCH 2/6] Upgrade to Spring Security 5.5.7 Closes gh-31005 --- 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 1ffb4081a9..ac72e13539 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1774,7 +1774,7 @@ bom { ] } } - library("Spring Security", "5.5.7-SNAPSHOT") { + library("Spring Security", "5.5.7") { group("org.springframework.security") { imports = [ "spring-security-bom" From a9df2a1ef77c1e41e535d5ba177ffb4f1a6c02b5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:41:36 +0200 Subject: [PATCH 3/6] Upgrade to Spring Kafka 2.8.6 Closes gh-31010 --- 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 b3a930d78e..b070bb734e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1720,7 +1720,7 @@ bom { ] } } - library("Spring Kafka", "2.8.6-SNAPSHOT") { + library("Spring Kafka", "2.8.6") { group("org.springframework.kafka") { modules = [ "spring-kafka", From d2d4eefe1b5ebe9c7fe8d455dc37371bc78505d7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:42:13 +0200 Subject: [PATCH 4/6] Upgrade to Spring Security 5.6.4 Closes gh-31012 --- 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 b070bb734e..719713bb3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1758,7 +1758,7 @@ bom { ] } } - library("Spring Security", "5.6.4-SNAPSHOT") { + library("Spring Security", "5.6.4") { group("org.springframework.security") { imports = [ "spring-security-bom" From 98ac7ee048ecc4e7c576b8ff3e28380c34e8a799 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:42:57 +0200 Subject: [PATCH 5/6] Upgrade to Spring Kafka 2.8.6 Closes gh-31018 --- 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 5a1f1561cd..f1f6278b03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1730,7 +1730,7 @@ bom { ] } } - library("Spring Kafka", "2.8.6-SNAPSHOT") { + library("Spring Kafka", "2.8.6") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From ea1a6ac4ecfb3f97557e6b8c2c1a173f39a43dc6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:43:20 +0200 Subject: [PATCH 6/6] Upgrade to Spring Security 5.7.0 Closes gh-31019 --- 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 f1f6278b03..8e4b90b48c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1777,7 +1777,7 @@ bom { ] } } - library("Spring Security", "5.7.0-SNAPSHOT") { + library("Spring Security", "5.7.0") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }