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

Commit 3d8a8f8

Browse files
committed
Update to Spring Security OAuth 2.3.8
Fixes gh-182
1 parent bf2ef58 commit 3d8a8f8

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
@@ -4,7 +4,7 @@ dependencyManagement {
44
}
55
dependencies {
66
dependency "org.springframework.boot:spring-boot:$springBootVersion"
7-
dependency 'org.springframework.security.oauth:spring-security-oauth2:2.3.5.RELEASE'
7+
dependency 'org.springframework.security.oauth:spring-security-oauth2:2.3.8.RELEASE'
88
dependency 'org.springframework.security:spring-security-jwt:1.0.10.RELEASE'
99
dependency "org.springframework.social:spring-social-config:$springSocialVersion"
1010
dependency "org.springframework.social:spring-social-core:$springSocialVersion"

0 commit comments

Comments
 (0)