Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework.security:spring-secu…
Browse files Browse the repository at this point in the history
…rity-oauth2-authorization-server to v1.2.1
  • Loading branch information
renovate[bot] committed Jan 3, 2024
1 parent 7fb20d8 commit d99ae4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,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.0'
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-authorization-server', version: '1.2.1'

implementation group: 'org.springframework', name: 'spring-aspects'

Expand Down

0 comments on commit d99ae4a

Please sign in to comment.