From abcd256bfd71321f5e6e868c12e4c22909deb708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:46:57 +0000 Subject: [PATCH] Bump org.springframework.security:spring-security-bom (#9093) Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.1.8 to 6.1.9. - [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.1.8...6.1.9) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2733eac76d..7ded6ae4f1 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ ext { springGraphqlVersion = '1.2.6' springKafkaVersion = '3.0.15' springRetryVersion = '2.0.5' - springSecurityVersion = '6.1.8' + springSecurityVersion = '6.1.9' springVersion = '6.0.19' springWsVersion = '4.0.10' testcontainersVersion = '1.19.7'