From 5de4a34795f4441f3cc01d92e8831cde28e1987e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 01:16:21 +0000 Subject: [PATCH] Bump spring-security-oauth2-autoconfigure Bumps [spring-security-oauth2-autoconfigure](https://github.com/spring-projects/spring-security) from 2.1.8.RELEASE to 2.2.0.RELEASE. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Commits](https://github.com/spring-projects/spring-security/commits) Signed-off-by: dependabot-preview[bot] --- SpringBootOAuth2/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }