From aeb993392ad606eac194667787a909738a21aba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:59:33 +0000 Subject: [PATCH] Bump org.springframework:spring-messaging from 5.3.23 to 6.0.10 Bumps [org.springframework:spring-messaging](https://github.com/spring-projects/spring-framework) from 5.3.23 to 6.0.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.10) --- 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 ae98fbf..80b243b 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.10" implementation "org.springframework.security:spring-security-web:5.7.5" implementation "org.springframework.security:spring-security-config:5.7.5"