From 7b79c5c7fd17c4d017ca8a210cd06604dbe3d82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:40:22 +0000 Subject: [PATCH] gradle-root: bump org.springframework.boot:spring-boot-starter-security Bumps [org.springframework.boot:spring-boot-starter-security](https://github.com/spring-projects/spring-boot) from 3.3.4 to 3.3.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-security dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/web-csr/dressca-backend/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web-csr/dressca-backend/dependencies.gradle b/samples/web-csr/dressca-backend/dependencies.gradle index 1f146c8f2..70b22044b 100644 --- a/samples/web-csr/dressca-backend/dependencies.gradle +++ b/samples/web-csr/dressca-backend/dependencies.gradle @@ -14,7 +14,7 @@ ext { springdocOpenapiVersion = "2.6.0" servletApiVersion = "6.1.0" commonsLangVersion = "3.17.0" - springSecurity = "3.3.4" + springSecurity = "3.3.6" supportDependencies = [ spring_boot_starter : "org.springframework.boot:spring-boot-starter",