From eab8ef6cd0a89fe6a871123b90c273829867290a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:35:25 +0000 Subject: [PATCH] Bump spring-security-oauth2 in /authorization-server Bumps [spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) from 2.3.4.RELEASE to 2.3.6.RELEASE. - [Release notes](https://github.com/SpringSource/spring-security-oauth/releases) - [Commits](https://github.com/SpringSource/spring-security-oauth/compare/2.3.4.RELEASE...2.3.6.RELEASE) --- updated-dependencies: - dependency-name: org.springframework.security.oauth:spring-security-oauth2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- authorization-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorization-server/pom.xml b/authorization-server/pom.xml index 53fa519..34d7d90 100644 --- a/authorization-server/pom.xml +++ b/authorization-server/pom.xml @@ -41,7 +41,7 @@ org.springframework.security.oauth spring-security-oauth2 - 2.3.4.RELEASE + 2.3.6.RELEASE