From 925a132a66b48d76b3d1a34ea424967fd36963ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:47:36 +0000 Subject: [PATCH] Bump com.github.dasniko:testcontainers-keycloak Bumps [com.github.dasniko:testcontainers-keycloak](https://github.com/dasniko/testcontainers-keycloak) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/dasniko/testcontainers-keycloak/releases) - [Commits](https://github.com/dasniko/testcontainers-keycloak/compare/3.5.1...3.6.0) --- updated-dependencies: - dependency-name: com.github.dasniko:testcontainers-keycloak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- generators/quarkus/resources/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/quarkus/resources/gradle/libs.versions.toml b/generators/quarkus/resources/gradle/libs.versions.toml index 186e5a13..16ea038e 100644 --- a/generators/quarkus/resources/gradle/libs.versions.toml +++ b/generators/quarkus/resources/gradle/libs.versions.toml @@ -10,7 +10,7 @@ mongock-bom = { group = "io.mongock", name = "mongock-bom", version = "5.5.0" } jboss-vfs = { group = "org.jboss", name = "jboss-vfs", version = "3.3.2.Final" } quarkus-resteasy-problem = { group = "com.tietoevry.quarkus", name = "quarkus-resteasy-problem", version = "3.9.0" } wiremock = { group = "com.github.tomakehurst", name = "wiremock-jre8", version = "3.0.1" } -testcontainers-keycloak = { group = "com.github.dasniko", name = "testcontainers-keycloak", version = "3.5.1" } +testcontainers-keycloak = { group = "com.github.dasniko", name = "testcontainers-keycloak", version = "3.6.0" } checkstyle = { module = "com.puppycrawl.tools:checkstyle", version = "10.21.1" } [plugins]