We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c1c8df + e164810 commit 743626dCopy full SHA for 743626d
1 file changed
twilio-keycloak-provider/build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
compileOnly("com.github.dasniko:keycloak-spi-bom:26.3.0")
46
// Twilio's dependencies are used by our extension but not intended to be further exposed.
47
// The shadow plugin jar (shadowJar task) will include this and its dependencies.
48
- implementation("com.twilio.sdk:twilio:10.9.2")
+ implementation("com.twilio.sdk:twilio:11.0.0")
49
50
// Use JUnit Jupiter for testing.
51
testRuntimeOnly("org.junit.platform:junit-platform-engine:6.0.0")
0 commit comments