From fbb901c9958b9178dbb1c605c05cdf74687305ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:05:24 +0000 Subject: [PATCH] Bump org.springframework:spring-messaging from 5.3.25 to 5.3.26 Bumps [org.springframework:spring-messaging](https://github.com/spring-projects/spring-framework) from 5.3.25 to 5.3.26. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.25...v5.3.26) --- 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 d3f1f2c6..c108b7ce 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.25' + implementation 'org.springframework:spring-messaging:5.3.26' implementation 'org.springframework.cloud:spring-cloud-gateway-mvc:3.1.6' // Spring Boot