From 4de59132278c53c9b3cc52d2f1bac0c1724839fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:28 +0100 Subject: [PATCH 1/5] Upgrade to Spring AMQP 3.1.8 Closes gh-42996 --- 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 f479c65db88..27f3925d1f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1562,7 +1562,7 @@ bom { ] } } - library("Spring AMQP", "3.1.8-SNAPSHOT") { + library("Spring AMQP", "3.1.8") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 64b0ce3886cd30f86bc43b7e0aaab815e71b0980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:28 +0100 Subject: [PATCH 2/5] Upgrade to Spring Kafka 3.1.10 Closes gh-43003 --- 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 27f3925d1f7..ac63ae80b21 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1629,7 +1629,7 @@ bom { ] } } - library("Spring Kafka", "3.1.10-SNAPSHOT") { + library("Spring Kafka", "3.1.10") { considerSnapshots() group("org.springframework.kafka") { modules = [ From e406607a4e7bfbb83f357e9e45db3835abe742ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:28 +0100 Subject: [PATCH 3/5] Upgrade to Spring Pulsar 1.0.12 Closes gh-43005 --- 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 ac63ae80b21..4945d8db047 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.12-SNAPSHOT") { + library("Spring Pulsar", "1.0.12") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From fc45e6c928f12bf469861d3e74bc2d8ea38dd3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:28 +0100 Subject: [PATCH 4/5] Upgrade to Spring RESTDocs 3.0.3 Closes gh-43007 --- 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 4945d8db047..14b88572820 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring RESTDocs", "3.0.3-SNAPSHOT") { + library("Spring RESTDocs", "3.0.3") { considerSnapshots() group("org.springframework.restdocs") { imports = [ From b0ebb47e5e30a9c163af152cf7854da835db1b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:29 +0100 Subject: [PATCH 5/5] Upgrade to Spring Security 6.2.8 Closes gh-43009 --- 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 14b88572820..e19aeb1d0a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring Security", "6.2.8-SNAPSHOT") { + library("Spring Security", "6.2.8") { considerSnapshots() group("org.springframework.security") { imports = [