From 62cb0f9593c4dab3ffa8de4c869e8d1114cef5fc Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 24 Oct 2018 19:36:32 -0700 Subject: [PATCH] Rename oauth2-oidc-client starter in dependencies Fixup dependencies POM following rename of the oauth2-oidc-client starter. See gh-14951 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 40d33582f6..ee8a554a5c 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -486,7 +486,7 @@ org.springframework.boot - spring-boot-starter-oauth2-oidc-client + spring-boot-starter-oauth2-client ${revision}