From addd25be61a7ee96d43f4125a251a927dbed4209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:31:52 +0000 Subject: [PATCH] Bump spring-security-oauth2 in /InverntorySystem Bumps [spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) from 2.3.0.RELEASE to 2.3.5.RELEASE. - [Commits](https://github.com/SpringSource/spring-security-oauth/compare/2.3.0.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] --- InverntorySystem/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InverntorySystem/pom.xml b/InverntorySystem/pom.xml index bb5c3fd..c9c9c06 100644 --- a/InverntorySystem/pom.xml +++ b/InverntorySystem/pom.xml @@ -51,7 +51,7 @@ org.springframework.security.oauth spring-security-oauth2 - 2.3.0.RELEASE + 2.3.5.RELEASE