From b2c2e6d0ca080a7c8ba5a18d918993b947e109df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:03:40 +0100 Subject: [PATCH 1/6] Upgrade to Spring AMQP 2.3.13 Closes gh-28994 --- 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 bfefa7d5ef..af287f7e7a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring AMQP", "2.3.13-SNAPSHOT") { + library("Spring AMQP", "2.3.13") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 6f8e1166c67d14b5cf3312758e68cde111926efe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:04:05 +0100 Subject: [PATCH 2/6] Upgrade to Spring Kafka 2.7.10 Closes gh-29114 --- 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 af287f7e7a..22f6c07702 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1690,7 +1690,7 @@ bom { ] } } - library("Spring Kafka", "2.7.10-SNAPSHOT") { + library("Spring Kafka", "2.7.10") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 44a9145bf89fce987210ba450777bb3c36375acc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:04:47 +0100 Subject: [PATCH 3/6] Upgrade to Spring Security 5.5.4 Closes gh-28964 --- 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 22f6c07702..fcaec299eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring Security", "5.5.4-SNAPSHOT") { + library("Spring Security", "5.5.4") { group("org.springframework.security") { imports = [ "spring-security-bom" From 66c43685f58cf7b7fcae56e414bc28dd3a50ed93 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:05:46 +0100 Subject: [PATCH 4/6] Upgrade to Spring AMQP 2.4.1 Closes gh-28995 --- 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 5d90b7f394..deee7d01c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1620,7 +1620,7 @@ bom { ] } } - library("Spring AMQP", "2.4.1-SNAPSHOT") { + library("Spring AMQP", "2.4.1") { group("org.springframework.amqp") { modules = [ "spring-amqp", From af77ee007a1b08b7bbbb4ee5fde1026f10f14348 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:06:22 +0100 Subject: [PATCH 5/6] Upgrade to Spring Kafka 2.8.1 Closes gh-29017 --- 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 deee7d01c9..3df21ec05d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Kafka", "2.8.1-SNAPSHOT") { + library("Spring Kafka", "2.8.1") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 669710efe09fe8aaa4226eb657385976f7980106 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:06:49 +0100 Subject: [PATCH 6/6] Upgrade to Spring Security 5.6.1 Closes gh-28973 --- 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 3df21ec05d..72150a287b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1707,7 +1707,7 @@ bom { ] } } - library("Spring Security", "5.6.1-SNAPSHOT") { + library("Spring Security", "5.6.1") { group("org.springframework.security") { imports = [ "spring-security-bom"