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 d088eca commit c5a4e22Copy full SHA for c5a4e22
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.7.RELEASE')
+ compile('org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.8.RELEASE')
31
compile('org.springframework.boot:spring-boot-starter-web')
32
testCompile('org.springframework.boot:spring-boot-starter-test')
33
}
0 commit comments