From 5ba5fff308d52c4cbc617b6dc5d4d930e4920ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:14:42 +0000 Subject: [PATCH] Bump spring-security-oauth2 in /Chapter 2/chapter2.boot-advanced Bumps [spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) from 2.0.9.RELEASE to 2.0.18.RELEASE. - [Release notes](https://github.com/SpringSource/spring-security-oauth/releases) - [Commits](https://github.com/SpringSource/spring-security-oauth/compare/2.0.9.RELEASE...2.0.18.RELEASE) Signed-off-by: dependabot[bot] --- Chapter 2/chapter2.boot-advanced/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 2/chapter2.boot-advanced/pom.xml b/Chapter 2/chapter2.boot-advanced/pom.xml index ab10e17..f1af059 100644 --- a/Chapter 2/chapter2.boot-advanced/pom.xml +++ b/Chapter 2/chapter2.boot-advanced/pom.xml @@ -46,7 +46,7 @@ org.springframework.security.oauth spring-security-oauth2 - 2.0.9.RELEASE + 2.0.18.RELEASE