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 462cdde commit 8a7786eCopy full SHA for 8a7786e
SpringBootOAuth2/build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
compile('org.springframework.boot:spring-boot-starter-data-jpa')
28
compile('org.projectlombok:lombok')
29
compile('org.springframework.boot:spring-boot-starter-security')
30
- compile('org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.2.RELEASE')
+ compile('org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.7.RELEASE')
31
compile('org.springframework.boot:spring-boot-starter-web')
32
testCompile('org.springframework.boot:spring-boot-starter-test')
33
}
0 commit comments