Skip to content
Snippets Groups Projects
Commit c0c4a35e authored by Jan Zickermann's avatar Jan Zickermann
Browse files

#1 Update keycloak version

parent ca1426d7
Branches
Tags
No related merge requests found
Pipeline #1061 failed
......@@ -24,7 +24,7 @@ public class OsiPostfachRemoteServiceITCase {
@DisplayName("should not fail")
@Test
void shouldNotFail() {
try (var keycloakContainer = new KeycloakContainer("quay.io/keycloak/keycloak:23.0.7")
try (var keycloakContainer = new KeycloakContainer("quay.io/keycloak/keycloak:24.0.5")
.withRealmImportFile("keycloak-realm.json")) {
keycloakContainer.start();
osiPostfachRemoteService.sendMessage(postfachNachricht);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment