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

Commit 6345dc6

Browse files
committed
Update to Spring Security Jwt 1.0.11
Fixes gh-198
1 parent 3d8a8f8 commit 6345dc6

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
@@ -5,7 +5,7 @@ dependencyManagement {
55
dependencies {
66
dependency "org.springframework.boot:spring-boot:$springBootVersion"
77
dependency 'org.springframework.security.oauth:spring-security-oauth2:2.3.8.RELEASE'
8-
dependency 'org.springframework.security:spring-security-jwt:1.0.10.RELEASE'
8+
dependency 'org.springframework.security:spring-security-jwt:1.0.11.RELEASE'
99
dependency "org.springframework.social:spring-social-config:$springSocialVersion"
1010
dependency "org.springframework.social:spring-social-core:$springSocialVersion"
1111
dependency "org.springframework.social:spring-social-facebook:2.0.3.RELEASE"

0 commit comments

Comments
 (0)