chore(deps): Update to Keycloak 15.0.0

This commit is contained in:
Sven-Torben Janus 2021-07-30 16:48:30 +02:00
parent 9d1b507fc6
commit c9aa385a93
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
* Support configuration of custom error message when access is restricted
* Update Keycloak dependencies from version 14.0.0 to 15.0.0

View file

@ -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

View file

@ -4,7 +4,7 @@
<groupId>de.sventorben.keycloak</groupId>
<artifactId>keycloak-restrict-client-auth</artifactId>
<version>14.0.3-SNAPSHOT</version>
<version>15.0.0-SNAPSHOT</version>
<name>Keycloak: Authenticator - Restrict client authentication</name>
<description>A Keycloak authenticator to restrict authentication on clients</description>
@ -50,7 +50,7 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<version.keycloak>14.0.0</version.keycloak>
<version.keycloak>15.0.0</version.keycloak>
<version.mockito>3.7.7</version.mockito>
</properties>