From 8a45b75ef30d1b722cf695416f65feeaf8385ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:06:02 +0000 Subject: [PATCH] Bump com.github.dasniko:keycloak-spi-bom in /twilio-keycloak-provider Bumps [com.github.dasniko:keycloak-spi-bom](https://github.com/dasniko/keycloak-spi-bom) from 26.5.3 to 26.6.0. - [Commits](https://github.com/dasniko/keycloak-spi-bom/compare/v26.5.3...v26.6.0) --- updated-dependencies: - dependency-name: com.github.dasniko:keycloak-spi-bom dependency-version: 26.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- twilio-keycloak-provider/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twilio-keycloak-provider/build.gradle.kts b/twilio-keycloak-provider/build.gradle.kts index 9d6f0aa..11f892c 100644 --- a/twilio-keycloak-provider/build.gradle.kts +++ b/twilio-keycloak-provider/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { compileOnly("org.keycloak:keycloak-server-spi:${project.ext.get("keycloakVersion")}") compileOnly("org.keycloak:keycloak-server-spi-private:${project.ext.get("keycloakVersion")}") compileOnly("org.keycloak:keycloak-services:${project.ext.get("keycloakVersion")}") - compileOnly("com.github.dasniko:keycloak-spi-bom:26.5.3") + compileOnly("com.github.dasniko:keycloak-spi-bom:26.6.0") // Twilio's dependencies are used by our extension but not intended to be further exposed. // The shadow plugin jar (shadowJar task) will include this and its dependencies. implementation("com.twilio.sdk:twilio:11.3.4")