From 4ea4ea56eb75b1c44e3b892b11ff9667dfda4650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:58:32 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.security:spring-security-oauth2-authorization-server to v1.2.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ebdb95dad..cc170cc84 100644 --- a/build.gradle +++ b/build.gradle @@ -244,7 +244,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-oauth2-client' - implementation group: 'org.springframework.security', name: 'spring-security-oauth2-authorization-server', version: '1.2.1' + implementation group: 'org.springframework.security', name: 'spring-security-oauth2-authorization-server', version: '1.2.2' implementation group: 'org.springframework', name: 'spring-aspects'