chore(deps): Update to Keycloak 13.0.1

This commit is contained in:
Sven-Torben Janus 2021-05-27 07:30:02 +02:00
parent 1f350c440f
commit e736a3f943
3 changed files with 3 additions and 5 deletions

View file

@ -1,3 +1 @@
First official release
This release has been compiled against Keycloak version 13.0.0.
* Update Keycloak dependencies from version 13.0.0 to 13.0.1

View file

@ -2,7 +2,7 @@ version: '3'
services:
keycloak:
container_name: keycloak
image: jboss/keycloak:13.0.0
image: jboss/keycloak:13.0.1
environment:
DB_VENDOR: h2
KEYCLOAK_USER: admin

View file

@ -50,7 +50,7 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<version.keycloak>13.0.0</version.keycloak>
<version.keycloak>13.0.1</version.keycloak>
<version.mockito>3.7.7</version.mockito>
</properties>