From c9aa385a93640df3a8306ff71700c69222499e96 Mon Sep 17 00:00:00 2001 From: Sven-Torben Janus Date: Fri, 30 Jul 2021 16:48:30 +0200 Subject: [PATCH] chore(deps): Update to Keycloak 15.0.0 --- RELEASELOG | 2 +- docker-compose.yml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASELOG b/RELEASELOG index b499b58..60f408a 100755 --- a/RELEASELOG +++ b/RELEASELOG @@ -1 +1 @@ -* Support configuration of custom error message when access is restricted \ No newline at end of file +* Update Keycloak dependencies from version 14.0.0 to 15.0.0 diff --git a/docker-compose.yml b/docker-compose.yml index d937870..4909e8a 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: keycloak: container_name: keycloak - image: jboss/keycloak:14.0.0 + image: jboss/keycloak:15.0.0 environment: DB_VENDOR: h2 KEYCLOAK_USER: admin diff --git a/pom.xml b/pom.xml index b108c61..135d9a4 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.sventorben.keycloak keycloak-restrict-client-auth - 14.0.3-SNAPSHOT + 15.0.0-SNAPSHOT Keycloak: Authenticator - Restrict client authentication A Keycloak authenticator to restrict authentication on clients @@ -50,7 +50,7 @@ 11 11 - 14.0.0 + 15.0.0 3.7.7