From 46c5a761e4ecd25ef0c7ba92b83fa4bed2a41d89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:47:00 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.security:spring-security-oauth2-authorization-server to v1.3.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2c74e91b9..399e843d5 100644 --- a/build.gradle +++ b/build.gradle @@ -263,7 +263,7 @@ dependencies { implementation group: 'org.springframework.integration', name: 'spring-integration-file' - implementation group: 'org.springframework.security', name: 'spring-security-oauth2-authorization-server', version: '1.3.1' + implementation group: 'org.springframework.security', name: 'spring-security-oauth2-authorization-server', version: '1.3.2' implementation group: 'org.springframework', name: 'spring-aspects'