From c9cf975257e3a6cbc2fc7d71f909fe0b88586831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 06:18:44 +0000 Subject: [PATCH] Bump spring-messaging from 5.3.24 to 5.3.25 Bumps [spring-messaging](https://github.com/spring-projects/spring-framework) from 5.3.24 to 5.3.25. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) --- 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 a2610799..8c527ef1 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ if (System.getProperty('profile') == 'minimal') { dependencies { // Spring - implementation 'org.springframework:spring-messaging:5.3.24' + implementation 'org.springframework:spring-messaging:5.3.25' implementation 'org.springframework.cloud:spring-cloud-gateway-mvc:3.1.4' // Spring Boot