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.4
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent c0ccb31 commit a8cd08e
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 @@ -246,7 +246,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-oauth2-client'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-quartz'

implementation group: 'org.springframework.security', name: 'spring-security-oauth2-authorization-server', version: '1.2.3'
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-authorization-server', version: '1.2.4'

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

Expand Down

0 comments on commit a8cd08e

Please sign in to comment.