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 01/10] 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 02/10] 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 03/10] 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 04/10] 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 05/10] 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 = [ From d4f71753a58c09cc0e833feec98d2ee2c8110aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:38 +0100 Subject: [PATCH 06/10] Upgrade to Spring AMQP 3.1.8 Closes gh-43004 --- 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 c0db9891eb5..f3269bc7c39 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2051,7 +2051,7 @@ bom { ] } } - library("Spring AMQP", "3.1.8-SNAPSHOT") { + library("Spring AMQP", "3.1.8") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 013e38b1dce52db934c9e22b76e3972b1e2b836d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:38 +0100 Subject: [PATCH 07/10] Upgrade to Spring Kafka 3.2.5 Closes gh-43011 --- 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 f3269bc7c39..be40c84930e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2188,7 +2188,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.2.5-SNAPSHOT") { + library("Spring Kafka", "3.2.5") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 4e9fb97a141e4acfa9acbcfb0940b7eefe3030be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:38 +0100 Subject: [PATCH 08/10] Upgrade to Spring Pulsar 1.1.6 Closes gh-43012 --- 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 be40c84930e..f4ebb63867b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2226,7 +2226,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.1.6-SNAPSHOT") { + library("Spring Pulsar", "1.1.6") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From ebb882fad8782b828038d39227b61df56d7bbbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:39 +0100 Subject: [PATCH 09/10] Upgrade to Spring RESTDocs 3.0.3 Closes gh-43014 --- 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 f4ebb63867b..c256a64407c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2243,7 +2243,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}") } } - library("Spring RESTDocs", "3.0.3-SNAPSHOT") { + library("Spring RESTDocs", "3.0.3") { considerSnapshots() group("org.springframework.restdocs") { imports = [ From 5af29d38a00791543c2646e5c48be966d438408b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:39 +0100 Subject: [PATCH 10/10] Upgrade to Spring Security 6.3.5 Closes gh-43013 --- 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 c256a64407c..7831c14fc20 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2272,7 +2272,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.5-SNAPSHOT") { + library("Spring Security", "6.3.5") { considerSnapshots() group("org.springframework.security") { imports = [