From 4037cfaebcd94a6d99d1359df653b5a0f9279f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 23:18:15 +0000 Subject: [PATCH] Bump spring-security-core in /accounts-mod06-debugging-starter Bumps [spring-security-core](https://github.com/spring-projects/spring-security) from 4.0.4.RELEASE to 5.5.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.0.4.RELEASE...5.5.7) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- accounts-mod06-debugging-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts-mod06-debugging-starter/pom.xml b/accounts-mod06-debugging-starter/pom.xml index b83be70..2ef76a9 100644 --- a/accounts-mod06-debugging-starter/pom.xml +++ b/accounts-mod06-debugging-starter/pom.xml @@ -106,7 +106,7 @@ org.springframework.security spring-security-core - 4.0.4.RELEASE + 5.5.7 org.springframework