From f229cf22e94a91f57c4ccdb38c2ef026a75163d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:01:22 +0000 Subject: [PATCH] Bump org.springframework:spring-messaging from 5.3.26 to 5.3.27 Bumps [org.springframework:spring-messaging](https://github.com/spring-projects/spring-framework) from 5.3.26 to 5.3.27. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27) --- updated-dependencies: - dependency-name: org.springframework:spring-messaging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2311d8c8..95e6c7d9 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ if (System.getProperty('profile') == 'minimal') { dependencies { // Spring - implementation 'org.springframework:spring-messaging:5.3.26' + implementation 'org.springframework:spring-messaging:5.3.27' implementation 'org.springframework.cloud:spring-cloud-gateway-mvc:3.1.6' // Spring Boot