From 9084e051463500e1ef424bd1e369dca9e8b36d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:35:45 +0000 Subject: [PATCH] chore(deps): bump org.keycloak:keycloak-admin-client in /backend Bumps org.keycloak:keycloak-admin-client from 23.0.7 to 25.0.5. --- updated-dependencies: - dependency-name: org.keycloak:keycloak-admin-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index a9c29672e..c68db1c63 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.54.0" implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1" implementation "org.hibernate.validator:hibernate-validator:8.0.1.Final" - implementation "org.keycloak:keycloak-admin-client:23.0.7" + implementation "org.keycloak:keycloak-admin-client:25.0.5" implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server" implementation "org.springframework.boot:spring-boot-starter-security"