From aafd58a41606444827f3e61b2945780417b54980 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 06:20:23 +0000 Subject: [PATCH] Bump keycloak-spring-boot-starter from 9.0.0 to 15.0.0 Bumps keycloak-spring-boot-starter from 9.0.0 to 15.0.0. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 846b7fd..0aa3a61 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'org.keycloak:keycloak-spring-boot-starter:9.0.0' + implementation 'org.keycloak:keycloak-spring-boot-starter:15.0.0' implementation 'org.keycloak.bom:keycloak-adapter-bom:9.0.0' implementation group: 'com.github.javafaker', name: 'javafaker', version: '1.0.1' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.4.1'