From 814ae902a2559c9f2fbb4680c69358bee5fef28e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 07:59:54 +0000 Subject: [PATCH] Update dependency com.github.dasniko:testcontainers-keycloak to v3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a85862ff..4c8b09fd 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation platform('org.testcontainers:testcontainers-bom:1.19.0') 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'