Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion twilio-keycloak-provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down