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/2] 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/2] 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")