From feaa3d85e8a69f05b17377dee8bdd95407db7b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:20:45 +0000 Subject: [PATCH] Bump com.twilio.sdk:twilio in /twilio-keycloak-provider Bumps [com.twilio.sdk:twilio](https://github.com/twilio/twilio-java) from 11.0.0 to 11.3.0. - [Release notes](https://github.com/twilio/twilio-java/releases) - [Changelog](https://github.com/twilio/twilio-java/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-java/compare/11.0.0...11.3.0) --- updated-dependencies: - dependency-name: com.twilio.sdk:twilio dependency-version: 11.3.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 6ad857f..6cc0919 100644 --- a/twilio-keycloak-provider/build.gradle.kts +++ b/twilio-keycloak-provider/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { compileOnly("com.github.dasniko:keycloak-spi-bom:26.4.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.0.0") + implementation("com.twilio.sdk:twilio:11.3.0") // Use JUnit Jupiter for testing. testRuntimeOnly("org.junit.platform:junit-platform-engine:6.0.0")