From cf5a3b9bab2d422d475a646ba526b79dcdcbeca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Jun 2025 20:31:46 +0200 Subject: [PATCH 1/3] Upgrade to Spring Authorization Server 1.3.7 Closes gh-45753 --- 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 3d172324da0..b26dc494869 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2097,7 +2097,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.3.7-SNAPSHOT") { + library("Spring Authorization Server", "1.3.7") { considerSnapshots() group("org.springframework.security") { modules = [ From 0d9fc6d06918fd74e65be0b6659224b001c6f027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Jun 2025 20:31:46 +0200 Subject: [PATCH 2/3] Upgrade to Spring Kafka 3.2.10 Closes gh-45757 --- 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 b26dc494869..6cd1b2dfbb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2209,7 +2209,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.2.10-SNAPSHOT") { + library("Spring Kafka", "3.2.10") { considerSnapshots() group("org.springframework.kafka") { modules = [ From c96d674ffb2032920805be1235e449a97d385c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Jun 2025 20:31:46 +0200 Subject: [PATCH 3/3] Upgrade to Spring WS 4.0.15 Closes gh-45762 --- 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 6cd1b2dfbb7..39c002ca4b8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2324,7 +2324,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "4.0.15-SNAPSHOT") { + library("Spring WS", "4.0.15") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")