From bbb0342ae64d723afcfe63af1e6bb23035fc265d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 00:29:19 +0000 Subject: [PATCH] Bump org.springframework.security:spring-security-bom Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.5.0-M3 to 6.5.0-SNAPSHOT. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/commits) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom 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 8eec8a8641b..346362c7c69 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ ext { springGraphqlVersion = '1.4.0-M1' springKafkaVersion = '3.3.4' springRetryVersion = '2.0.11' - springSecurityVersion = '6.5.0-M3' + springSecurityVersion = '6.5.0-SNAPSHOT' springVersion = '6.2.4' springWsVersion = '4.1.0-M1' testcontainersVersion = '1.20.6'