From 00d28621599075972713a62dca8d7c7a13a8161c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:03:10 +0000 Subject: [PATCH] Bump org.springframework:spring-messaging from 5.3.23 to 6.0.5 Bumps [org.springframework:spring-messaging](https://github.com/spring-projects/spring-framework) from 5.3.23 to 6.0.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.5) --- updated-dependencies: - dependency-name: org.springframework:spring-messaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e99cf6..2657eed 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-thymeleaf" - implementation "org.springframework:spring-messaging:5.3.23" + implementation "org.springframework:spring-messaging:6.0.5" implementation "org.springframework.security:spring-security-web:5.7.5" implementation "org.springframework.security:spring-security-config:5.7.5"