diff --git a/SpringBootOAuth2/build.gradle b/SpringBootOAuth2/build.gradle index 4266f005..85dc1e01 100644 --- a/SpringBootOAuth2/build.gradle +++ b/SpringBootOAuth2/build.gradle @@ -27,7 +27,7 @@ dependencies { compile('org.springframework.boot:spring-boot-starter-data-jpa') compile('org.projectlombok:lombok') compile('org.springframework.boot:spring-boot-starter-security') - compile('org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.8.RELEASE') + compile('org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.2.0.RELEASE') compile('org.springframework.boot:spring-boot-starter-web') testCompile('org.springframework.boot:spring-boot-starter-test') }