Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/conformance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<description>Keycloak Conformance Tests</description>

<properties>
<keycloak.conformance.imageTag>release-v5.1.44</keycloak.conformance.imageTag>
<keycloak.conformance.imageTag>release-v5.1.45</keycloak.conformance.imageTag>
<keycloak.conformance.mongoImageTag>6.0.13</keycloak.conformance.mongoImageTag>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class OpenIdConformanceSuite implements AutoCloseable {
public static final URI KEYCLOAK_BASE_URI = URI.create("https://host.testcontainers.internal:8443");

// Fallbacks for running outside Maven, where the defaults are set by the pom properties of the same name
private static final String DEFAULT_IMAGE_TAG = "release-v5.1.44";
private static final String DEFAULT_IMAGE_TAG = "release-v5.1.45";
private static final String DEFAULT_MONGO_IMAGE_TAG = "6.0.13";
private static final String NGINX_CERTIFICATE_PATH = "/etc/ssl/certs/nginx-selfsigned.crt";

Expand Down
Loading