From 7f156a4019d641e2a31f9e61ca7676cfe970b0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 23:42:59 +0000 Subject: [PATCH] Bump spring-security-oauth2 in /springbox-auth-server Bumps [spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) from 2.0.7.RELEASE to 2.0.18.RELEASE. - [Release notes](https://github.com/SpringSource/spring-security-oauth/releases) - [Commits](https://github.com/SpringSource/spring-security-oauth/compare/2.0.7.RELEASE...2.0.18.RELEASE) --- updated-dependencies: - dependency-name: org.springframework.security.oauth:spring-security-oauth2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- springbox-auth-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springbox-auth-server/pom.xml b/springbox-auth-server/pom.xml index 13f22ab..21cbe1c 100644 --- a/springbox-auth-server/pom.xml +++ b/springbox-auth-server/pom.xml @@ -38,7 +38,7 @@ org.springframework.security.oauth spring-security-oauth2 - 2.0.7.RELEASE + 2.0.18.RELEASE