From 1a2832a0b603dee17d537433238e7765b6de04a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:59:42 +0100 Subject: [PATCH 1/4] Upgrade to Spring AMQP 3.0.10 Closes gh-37696 --- 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 dcb1f7f1f83..a32226a7e67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1380,7 +1380,7 @@ bom { ] } } - library("Spring AMQP", "3.0.10-SNAPSHOT") { + library("Spring AMQP", "3.0.10") { considerSnapshots() group("org.springframework.amqp") { imports = [ From cbb8d28e55ca34235774709bab398908d88d31d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:59:43 +0100 Subject: [PATCH 2/4] Upgrade to Spring Authorization Server 1.1.3 Closes gh-37697 --- 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 a32226a7e67..4428ef8bceb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1388,7 +1388,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.3-SNAPSHOT") { + library("Spring Authorization Server", "1.1.3") { considerSnapshots() group("org.springframework.security") { modules = [ From 439c2f9f844ead6726b1b3ba05e370d3edba0e82 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:59:43 +0100 Subject: [PATCH 3/4] Upgrade to Spring Kafka 3.0.12 Closes gh-37797 --- 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 4428ef8bceb..2e31bbda7d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1447,7 +1447,7 @@ bom { ] } } - library("Spring Kafka", "3.0.12-SNAPSHOT") { + library("Spring Kafka", "3.0.12") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 0c9c48d54b01034b5410f3ca382775f43deb04ff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:59:44 +0100 Subject: [PATCH 4/4] Upgrade to Spring Security 6.1.5 Closes gh-37701 --- 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 2e31bbda7d6..bfb77f0309e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1483,7 +1483,7 @@ bom { ] } } - library("Spring Security", "6.1.5-SNAPSHOT") { + library("Spring Security", "6.1.5") { considerSnapshots() group("org.springframework.security") { imports = [