From d1bf94fc72642feda3e6a380af83957bed0a5742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:40:49 +0000 Subject: [PATCH] Bump org.springframework.security:spring-security-config Bumps [org.springframework.security:spring-security-config](https://github.com/spring-projects/spring-security) from 4.2.20.RELEASE to 6.3.0. - [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/4.2.20.RELEASE...6.3.0) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-config dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 87bf1c91a83..fb84b620736 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -95,7 +95,7 @@ final Map libraries = [ slf4jBom : 'org.slf4j:slf4j-bom:2.0.11', spark : 'com.sparkjava:spark-core:2.7.2', spring : 'org.springframework:spring-core:4.3.30.RELEASE', - springSecurity : 'org.springframework.security:spring-security-config:4.2.20.RELEASE', + springSecurity : 'org.springframework.security:spring-security-config:6.3.0', springTestJunit5 : 'com.github.sbrannen:spring-test-junit5:1.5.0', systemStubs : 'uk.org.webcompere:system-stubs-jupiter:2.1.6', testcontainersBom : 'org.testcontainers:testcontainers-bom:1.19.4',