From 141b6ef4b490c11d4da03ffd2e5462fccb9a62ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 15:38:39 +0000 Subject: [PATCH] Update dependency org.springframework:spring-messaging to v6.2.7 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8781f38..6a160dc 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ if (project.hasProperty('release')) { dependencies { // Spring - implementation 'org.springframework:spring-messaging:6.2.6' + implementation 'org.springframework:spring-messaging:6.2.7' // Spring Boot implementation "org.springframework.boot:spring-boot-starter-data-rest" implementation "org.springframework.boot:spring-boot-starter-amqp"