From d3700389749e8f5df11fdcec4c4ca00a0d2ae389 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:17:45 +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 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'