From 668319d8de9260d7fd1a17232cedd92d60e7c507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:32:12 +0000 Subject: [PATCH] Bump spring-security-oauth2 Bumps [spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) from 2.3.2.RELEASE to 2.3.5.RELEASE. - [Commits](https://github.com/SpringSource/spring-security-oauth/compare/2.3.2.RELEASE...2.3.5.RELEASE) --- updated-dependencies: - dependency-name: org.springframework.security.oauth:spring-security-oauth2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../oauth2-authorization-server-with-mongo-token-store/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-REST-OAuth2/oauth2-authorization-server-with-mongo-token-store/pom.xml b/spring-boot-REST-OAuth2/oauth2-authorization-server-with-mongo-token-store/pom.xml index cc73ce7b..56cc2391 100644 --- a/spring-boot-REST-OAuth2/oauth2-authorization-server-with-mongo-token-store/pom.xml +++ b/spring-boot-REST-OAuth2/oauth2-authorization-server-with-mongo-token-store/pom.xml @@ -42,7 +42,7 @@ org.springframework.security.oauth spring-security-oauth2 - 2.3.2.RELEASE + 2.3.5.RELEASE