From 76b0db56c04db959506474ecc8832f97228adffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 09:52:22 +0000 Subject: [PATCH] Bump spring-security-config from 4.2.19.RELEASE to 5.4.7 Bumps [spring-security-config](https://github.com/spring-projects/spring-security) from 4.2.19.RELEASE to 5.4.7. - [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.19.RELEASE...5.4.7) --- 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 9f6adcf8659..ba14d486a2a 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -98,7 +98,7 @@ final Map libraries = [ slf4j : 'org.slf4j:slf4j-api:1.7.32', 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:5.5.1', springTestJunit5 : 'com.github.sbrannen:spring-test-junit5:1.5.0', systemRules : 'com.github.stefanbirkner:system-rules:1.19.0', testcontainers : 'org.testcontainers:testcontainers:1.16.0',