From 84df44f8d1fcc9137e9405aaaa6aada3683562a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:23:15 +0000 Subject: [PATCH] Update dependency org.springframework:spring-messaging to v6.2.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3fb15d..198eee0 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ if (project.hasProperty('release')) { dependencies { // Spring - implementation 'org.springframework:spring-messaging:6.2.0' + implementation 'org.springframework:spring-messaging:6.2.1' // Spring Boot implementation "org.springframework.boot:spring-boot-starter-data-rest" implementation "org.springframework.boot:spring-boot-starter-amqp"