Skip to content

Commit

Permalink
Update to Keycloak 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Nov 12, 2020
1 parent a721167 commit 912b67b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,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.3.Final</quarkus-security.version>
<keycloak.version>11.0.2</keycloak.version>
<keycloak.version>11.0.3</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
4 changes: 2 additions & 2 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
<wagon-provider-api.version>3.3.3</wagon-provider-api.version>

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

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

Expand Down

0 comments on commit 912b67b

Please sign in to comment.