From a5d310706435c3a8ad255a75f8ed33a033b7c89d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:08:47 +0000 Subject: [PATCH 1/4] Upgrade to Spring AMQP 3.0.2 Closes gh-34322 --- 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 34aea29c8e6..8cd0096ab0d 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.1") { + library("Spring AMQP", "3.0.2") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 8f52a1af93f980b11d6524e8c3ebdf226c9f4888 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:08:51 +0000 Subject: [PATCH 2/4] Upgrade to Spring GraphQL 1.1.2 Closes gh-34323 --- 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 8cd0096ab0d..cf701829eee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.2-SNAPSHOT") { + library("Spring GraphQL", "1.1.2") { group("org.springframework.graphql") { modules = [ "spring-graphql", From 4fc92f5bac060e8d57458c11f059cbfd13896ae5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:08:52 +0000 Subject: [PATCH 3/4] Upgrade to Spring Kafka 3.0.3 Closes gh-34153 --- 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 cf701829eee..cd7a830074f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("Spring Kafka", "3.0.3-SNAPSHOT") { + library("Spring Kafka", "3.0.3") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 86b6cd6d781511327ae034c94115a019758eae2e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:08:52 +0000 Subject: [PATCH 4/4] Upgrade to Spring Security 6.0.2 Closes gh-34155 --- 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 cd7a830074f..974a4024ed9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1417,7 +1417,7 @@ bom { ] } } - library("Spring Security", "6.0.2-SNAPSHOT") { + library("Spring Security", "6.0.2") { group("org.springframework.security") { imports = [ "spring-security-bom"