From 1cf866853c139188a3ea1f950283a4d2d4feeb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Feb 2026 19:30:38 +0100 Subject: [PATCH 1/3] Upgrade to Spring Authorization Server 1.5.6 Closes gh-49067 --- 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 0fbbe0a985e..ae5a78ffa49 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2232,7 +2232,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.5.6-SNAPSHOT") { + library("Spring Authorization Server", "1.5.6") { considerSnapshots() group("org.springframework.security") { modules = [ From 33a7890003f682bd9e1a55596cf17fcece394e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Feb 2026 19:30:39 +0100 Subject: [PATCH 2/3] Upgrade to Spring Integration 6.5.7 Closes gh-49071 --- 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 ae5a78ffa49..5ded6fc5fb0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2341,7 +2341,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.5.7-SNAPSHOT") { + library("Spring Integration", "6.5.7") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From c6d6b21458282ba45b9ef015f404604a218c0e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Feb 2026 19:35:16 +0100 Subject: [PATCH 3/3] Upgrade to Spring Integration 7.0.3 Closes gh-49217 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index baf7d0b5b1b..4e1bbc7474a 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2471,7 +2471,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.3-SNAPSHOT") { + library("Spring Integration", "7.0.3") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")