From 46ff96b12b3526ed62534bca297c10824bf17e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:24:40 +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.2. --- 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 80799a990..c08845f53 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.53.0" implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.0" 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.2" implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server" implementation "org.springframework.boot:spring-boot-starter-security"