diff --git a/build.gradle b/build.gradle index 3e9e4715..0b60d918 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation platform('org.testcontainers:testcontainers-bom:1.18.3') testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:junit-jupiter' - testImplementation 'com.github.dasniko:testcontainers-keycloak:2.6.0' + testImplementation 'com.github.dasniko:testcontainers-keycloak:3.0.0' testImplementation 'org.testcontainers:k3s' testImplementation 'org.awaitility:awaitility'