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

Commit 49868df

Browse files
committed
Update to Spring Security OAuth 2.5.2
Closes gh-385
1 parent 7505222 commit 49868df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if (!project.hasProperty('springSecurityOAuthVersion')) {
2-
ext.springSecurityOAuthVersion = '2.5.0.RELEASE'
2+
ext.springSecurityOAuthVersion = '2.5.2.RELEASE'
33
}
44

55
dependencyManagement {

0 commit comments

Comments
 (0)