From 1eadb3752da5d888341a0402440a742a36815aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:49:35 +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.2.7 to 6.2.8. - [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/compare/6.2.7...6.2.8) --- 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 8f0eb31f588..fad9cdb86c0 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ ext { springGraphqlVersion = '1.2.9' springKafkaVersion = '3.1.9' springRetryVersion = '2.0.10' - springSecurityVersion = '6.2.7' + springSecurityVersion = '6.2.8' springVersion = '6.1.15' springWsVersion = '4.0.11' testcontainersVersion = '1.19.8'