From acd7aee30992e5de4d53e2575a935c58c08cdbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Jun 2025 11:09:14 +0200 Subject: [PATCH 1/4] Upgrade to Spring AMQP 3.1.12 Closes gh-45752 --- 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 a42db90b47b..01c53beeeee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2082,7 +2082,7 @@ bom { ] } } - library("Spring AMQP", "3.1.12-SNAPSHOT") { + library("Spring AMQP", "3.1.12") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom") From faef2ce6c0b7341a898d15cd51fd5a08c67c33b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Jun 2025 11:09:15 +0200 Subject: [PATCH 2/4] Upgrade to Spring Pulsar 1.1.13 Closes gh-45759 --- 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 01c53beeeee..968a6fe5649 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2247,7 +2247,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.1.13-SNAPSHOT") { + library("Spring Pulsar", "1.1.13") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 988fbb90f83478746aa9d84369168ba5e6f066c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Jun 2025 11:09:15 +0200 Subject: [PATCH 3/4] Upgrade to Spring RESTDocs 3.0.4 Closes gh-45760 --- 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 968a6fe5649..26822abb10c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2262,7 +2262,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}") } } - library("Spring RESTDocs", "3.0.4-SNAPSHOT") { + library("Spring RESTDocs", "3.0.4") { considerSnapshots() group("org.springframework.restdocs") { bom("spring-restdocs-bom") From 691a42ff1b499604732a98c21e7725cbb8c14e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Jun 2025 11:09:15 +0200 Subject: [PATCH 4/4] Upgrade to Spring Security 6.3.10 Closes gh-45761 --- 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 26822abb10c..3d172324da0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2290,7 +2290,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.10-SNAPSHOT") { + library("Spring Security", "6.3.10") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")