We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da0b5d commit fa13c81Copy full SHA for fa13c81
SpringBootOAuth2/build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
annotationProcessor 'org.projectlombok:lombok'
19
20
implementation 'org.springframework.boot:spring-boot-starter-security'
21
- implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.5.5'
+ implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.5.6'
22
implementation 'org.springframework.boot:spring-boot-starter-web'
23
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
24
}
0 commit comments