Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Update to Spring Security OAuth 2.5.2
Browse files Browse the repository at this point in the history
Closes gh-383
  • Loading branch information
jzheaux committed May 2, 2022
1 parent fa9b9e1 commit 17806e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (!project.hasProperty('springSecurityOAuthVersion')) {
ext.springSecurityOAuthVersion = '2.5.0.RELEASE'
ext.springSecurityOAuthVersion = '2.5.2.RELEASE'
}

dependencyManagement {
Expand Down

0 comments on commit 17806e7

Please sign in to comment.