From 8890d333701339a717f95ba55941fea7a58af04d Mon Sep 17 00:00:00 2001 From: Pavan Jadda Date: Mon, 30 Dec 2019 00:28:35 -0500 Subject: [PATCH] Upgrade to Spring Boot 2.2.2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 61fae85..f0fb31c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot spring-boot-starter-parent - 2.1.6.RELEASE + 2.2.2.RELEASE com.pj keycloak - 0.0.1-SNAPSHOT + 1.1.0 KeyCloak-Angular-SpringSecurity Demo project for KeyCloak-SpringSecurity