Skip to content

Commit

Permalink
Merge pull request #11601 from sberyozkin/keycloak_11.0.1
Browse files Browse the repository at this point in the history
Update to Keycloak 11.0.1
  • Loading branch information
gsmet authored Aug 25, 2020
2 parents c87742d + 78a1321 commit d73286f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

services:
keycloak:
image: quay.io/keycloak/keycloak:11.0.0
image: quay.io/keycloak/keycloak:11.0.1
env:
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: admin
Expand Down Expand Up @@ -607,7 +607,7 @@ jobs:
-server -Xms64m -Xmx512m -XX:MetaspaceSize=96M \
-XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true \
-Dkeycloak.profile.feature.upload_scripts=enabled" \
-d quay.io/keycloak/keycloak:11.0.0
-d quay.io/keycloak/keycloak:11.0.1
if: matrix.keycloak
- uses: actions/checkout@v2
- name: Set up JDK 11
Expand Down
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<jna.version>5.3.1</jna.version><!-- should satisfy both testcontainers and mongodb -->
<antlr.version>4.8</antlr.version>
<quarkus-security.version>1.1.2.Final</quarkus-security.version>
<keycloak.version>11.0.0</keycloak.version>
<keycloak.version>11.0.1</keycloak.version>
<logstash-gelf.version>1.14.0</logstash-gelf.version>
<jsch.version>0.1.55</jsch.version>
<jzlib.version>1.1.1</jzlib.version>
Expand Down
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<!-- The image to use for tests that run Keycloak -->
<!-- IMPORTANT: If this is changed you must also update .github/workflows/ci-actions.yml to match the version -->
<keycloak.docker.image>quay.io/keycloak/keycloak:11.0.0</keycloak.docker.image>
<keycloak.docker.image>quay.io/keycloak/keycloak:11.0.1</keycloak.docker.image>

<unboundid-ldap.version>4.0.13</unboundid-ldap.version>

Expand Down

0 comments on commit d73286f

Please sign in to comment.