From 16a269f385dda48b7a11bef4acba724753fdc1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 18:08:51 +0000 Subject: [PATCH] Bump org.springframework.security.oauth:spring-security-oauth2 Bumps [org.springframework.security.oauth:spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) from 2.5.0.RELEASE to 2.5.2.RELEASE. - [Commits](https://github.com/SpringSource/spring-security-oauth/compare/2.5.0.RELEASE...2.5.2.RELEASE) --- updated-dependencies: - dependency-name: org.springframework.security.oauth:spring-security-oauth2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- AuthorizationService/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthorizationService/pom.xml b/AuthorizationService/pom.xml index 5abae79..d0ec388 100644 --- a/AuthorizationService/pom.xml +++ b/AuthorizationService/pom.xml @@ -29,7 +29,7 @@ org.springframework.security.oauth spring-security-oauth2 - 2.5.0.RELEASE + 2.5.2.RELEASE