Skip to content

Commit

Permalink
Merge pull request #23085 from sberyozkin/keycloak_16.1.0
Browse files Browse the repository at this point in the history
Bump Keycloak version to 16.1.0
  • Loading branch information
gsmet authored Jan 21, 2022
2 parents 13323a7 + 7aace44 commit c8a5b8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<jna.version>5.8.0</jna.version><!-- should satisfy both testcontainers and mongodb -->
<antlr.version>4.9.2</antlr.version>
<quarkus-security.version>1.1.4.Final</quarkus-security.version>
<keycloak.version>16.0.0</keycloak.version>
<keycloak.version>16.1.0</keycloak.version>
<logstash-gelf.version>1.14.1</logstash-gelf.version>
<checker-qual.version>3.21.1</checker-qual.version>
<error-prone-annotations.version>2.10.0</error-prone-annotations.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 @@ -88,7 +88,7 @@

<!-- The image to use for tests that run Keycloak -->
<!-- IMPORTANT: If this is changed you must also update bom/application/pom.xml and KeycloakBuildTimeConfig/DevServicesConfig in quarkus-oidc/deployment to match the version -->
<keycloak.docker.image>quay.io/keycloak/keycloak:16.0.0</keycloak.docker.image>
<keycloak.docker.image>quay.io/keycloak/keycloak:16.1.0</keycloak.docker.image>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ public class DevServicesConfig {
*
* Image with a Quarkus based Keycloak-X distribution is used by default.
* Image with a WildFly based Keycloak distribution can be selected instead, for example:
* 'quay.io/keycloak/keycloak:16.0.0'.
* 'quay.io/keycloak/keycloak:16.1.0'.
* <p>
* Note Keycloak-X and Keycloak images are initialized differently.
* By default, Dev Services for Keycloak will assume it is a Keycloak-X image if the image name contains a 'keycloak-x'
* string.
* Set 'quarkus.devservices.keycloak.keycloak-x-image' to override this check.
*/
@ConfigItem(defaultValue = "quay.io/keycloak/keycloak-x:16.0.0")
@ConfigItem(defaultValue = "quay.io/keycloak/keycloak-x:16.1.0")
public String imageName;

/**
Expand Down

0 comments on commit c8a5b8d

Please sign in to comment.