From ff8443c016ec1c7fe140c6ce6a58978af05025a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Jul 2025 16:35:45 +0200 Subject: [PATCH 1/4] Upgrade to Groovy 4.0.28 Closes gh-46512 --- 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 d4cbb271c66..583f710a8a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -475,7 +475,7 @@ bom { releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}") } } - library("Groovy", "4.0.27") { + library("Groovy", "4.0.28") { group("org.apache.groovy") { bom("groovy-bom") } From 3f0f79b982b6847893ecf086875461223288bb0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Jul 2025 16:35:45 +0200 Subject: [PATCH 2/4] Upgrade to Spring Integration 6.4.6 Closes gh-46361 --- 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 583f710a8a9..f783622c698 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2197,7 +2197,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.6-SNAPSHOT") { + library("Spring Integration", "6.4.6") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From 1b4aad592e62335ef3c290414bc6bf4f8daf2a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Jul 2025 16:40:24 +0200 Subject: [PATCH 3/4] Upgrade to Groovy 4.0.28 Closes gh-46516 --- 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 f1ed6d248fc..93aca07d74c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -493,7 +493,7 @@ bom { releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}") } } - library("Groovy", "4.0.27") { + library("Groovy", "4.0.28") { prohibit { contains "-alpha-" because "we don't want alpha dependencies" From 99d53dec18924d5b07f528b00a37ced110602341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Jul 2025 16:40:25 +0200 Subject: [PATCH 4/4] Upgrade to Spring Integration 6.5.1 Closes gh-46359 --- 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 93aca07d74c..5305270c32d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2332,7 +2332,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.5.1-SNAPSHOT") { + library("Spring Integration", "6.5.1") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")